in reply to quick "open->close" file
If (as your example implies) the filename is passed as the first command line argument, then you can use the empty file input operator (<>) to read from it.
--my @found = grep { something } <>;
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: quick "open->close" file
by bugsbunny (Scribe) on Aug 06, 2003 at 13:56 UTC | |
by davorg (Chancellor) on Aug 06, 2003 at 15:22 UTC |