exit code? system('command'); $exit_code = $? >> 8
stdout from program? $output = `command`;
everything, even stderr? once again: program output and return code
try the perl documentation for perlfunc:system, as well
~Particle
In reply to Re: trapping return values
by particle
in thread trapping return values
by rob_smith01
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |