Mon Aug 04 04:24:38 2014sharyanto [...] cpan.org - Ticket created
Subject:
cmd() returns $stdout and $stderr, what about exit code?
cmd() returns $stdout and $stderr, what about exit code?
Also, perhaps see IPC::Run and/or IPC::Cmd for API ideas.
Sat Sep 06 15:40:30 2014Brian.Kelly [...] fullautosoftware.net - Correspondence added300 min
$exitcode has been implemented.
($stdout,$stderr,$exitcode)=$handle->cmd('some_cmd');
Thanks for the suggestion and inspiration. I REALLY appreciate it!
Sat Sep 06 15:40:30 2014The RT System itself - Status changed from 'new' to 'open'
Sat Sep 06 15:40:31 2014Brian.Kelly [...] fullautosoftware.net - Status changed from 'open' to 'resolved'
Sat Sep 06 15:40:32 2014Brian.Kelly [...] fullautosoftware.net - Taken
Sat Sep 06 15:40:32 2014Brian.Kelly [...] fullautosoftware.net - Fixed in 0.999999999904 added