Mailing List Archive

Support open source code!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] filehandles in perl



Hector Akamine:
> I tried the following in perl
> open (OUTF($i), ">$file[$i]"); # WRONG !!!

Now you're just making up syntax. :)

You got Perl 5.6.x? 

    open $handles[$i], ">$file[$i]" or die $!;

-- 
3rd Law of Computing:
	Anything that can go wr
fortune: Segmentation violation -- Core dumped


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links