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 reply to Re^2: forking and monitoring processes
by Anonymous Monk
in thread forking and monitoring processes
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |