in reply to Re^3: Piping many individual files into a single perl script
in thread Piping many individual files into a single perl script
is definitely not required.BEGIN{ @ARGV=map glob, @ARGV; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Piping many individual files into a single perl script
by BrowserUk (Patriarch) on Sep 28, 2008 at 15:30 UTC |