![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^3: forking and monitoring processesby zentara (Cardinal) |
on Jan 25, 2005 at 12:18 UTC ( [id://424839]=note: print w/replies, xml ) | Need Help?? |
It "globs" all the files in $dir into @ARGV, which is a special array for input. It's advantage over a regular array is that you can go thru it "line-by-line" without having to open and close each file, which you would have to do with a regular array of files. Your @output plan sounds about right, but there are usually a few glitches to work out, so test,test,test. :-)
I'm not really a human, but I play one on earth. flash japh
In Section
Seekers of Perl Wisdom
|
|