Capture output and exit value of subprocess in perl?

Posted by Ryan Thompson on Stack Overflow See other posts from Stack Overflow or by Ryan Thompson
Published on 2010-05-09T19:34:36Z Indexed on 2010/05/09 19:38 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I'm writing a per script that needs to call a subprocess and capture both the output and the exit value. Is there a way to get both?

© Stack Overflow or respective owner

Related posts about perl

Related posts about subprocess