![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^2: forking and monitoring processesby Anonymous Monk |
on Jan 25, 2005 at 01:18 UTC ( [id://424761]=note: print w/replies, xml ) | Need Help?? |
Hello,
Could you please tell me what @ARGV = <$dir/*> does? I actually want to execute a command ... shd I use backticks instead to capture the output? so @output = `Start_Process.exe param1 param2`; Then parse through each line of @output to see if I find the error messages I am looking for and then close out all the other forks immediately using close ARGV? Thanks.
In Section
Seekers of Perl Wisdom
|
|