in reply to Re: quick "open->close" filein 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]/ } <>; [download]
"The first rule of Perl club is you do not talk about Perl club." -- Chip Salzenberg