in reply to
Re: Putting files in an Array
in thread
Putting files in an Array
It looks like there's no need to open the file here, because the filename is in the @ARGV. It is as if it comes from STDIN. In this case this works
@lines=<>;
Comment on
Re^2: Putting files in an Array
Download
Code
In Section
Seekers of Perl Wisdom