|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re^3: forking and monitoring processesby zentara (Cardinal) |
| on Jan 25, 2005 at 07:18 UTC ( [id://424839]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
|
|
||||||||||||||||||||||||