in reply to Re: Re: quick "open->close" file
in thread quick "open->close" file
the filename is not passed in @ARGV
Of course there's nothing to stop you putting it there :)
--my @args = @ARGV; @ARGV = 'filename.txt'; my @found = grep { /^args[0]/ } <>;
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|