in reply to Capturing both STDOUT, STDERR and exit status

IPC::Open3 appears to give you the PID of the created child. Just waitpid for that, then look at $?.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re: Capturing both STDOUT, STDERR and exit status