|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Re: How do I read the files in @ARGV one by oneby isotope (Chaplain) |
| on Mar 19, 2001 at 23:46 UTC ( #65519=note: print w/ replies, xml ) | Need Help?? |
|
It's not odd because he's using the <> operator, which returns all the data from all the files listed in @ARGV, all in one pass, line by line. It doesn't let you break it up by file, though.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||