perlpal has asked for the wisdom of the Perl Monks concerning the following question:
I use the $? variable for the status returned by the last backtick command on a local system.
However when i execute a command on a remote system via say ssh or telnet (using corresponding perl modules) , how do i get the execution status of the command ?
Thanks in advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Remote command execution status
by cdarke (Prior) on Feb 25, 2010 at 10:27 UTC | |
|
Re: Remote command execution status
by moritz (Cardinal) on Feb 25, 2010 at 10:15 UTC |