in reply to Catching "exit code" from IPC::Open3

You may find things a lot easier by using IPC::Run instead of rolling your own with IPC::Open3. First of all, it'll be easier than worrying about duplicating all of that hard work, and second of all, you can easily access the exit codes.
------------ :Wq Not an editor command: Wq

Replies are listed 'Best First'.
Re^2: Catching "exit code" from IPC::Open3
by fedelman (Novice) on Jun 22, 2004 at 22:04 UTC
    I prefer avoid use IPC::Run.
    Thanks you anyway,
    Fede