How can I capture the output and exit value of a subprocess in Perl? [closed]
- by Ryan Thompson
Possible Duplicate:
How do you capture stderr, stdout, and the exit code all at once, in Perl?
I'm writing a Perl script that needs to call a subprocess and capture both the output and the exit value. Is there a way to get both?