|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Process each file one by one.by vitoco (Pilgrim) |
| on Sep 04, 2009 at 13:30 UTC ( #793452=note: print w/ replies, xml ) | Need Help?? |
|
All files are being processed simultaneously because you added the "&" at the end of the line. That says to the system shell not to wait for the command to complete, leaving it running in the background. Remove the "&" (and the "\n") and try again...
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||