Skip Menu |

This queue is for tickets about the Net-FullAuto CPAN distribution.

Report information
The Basics
Id: 97732
Status: resolved
Worked: 5 hours (300 min)
Priority: 0/
Queue: Net-FullAuto

People
Owner: Brian.Kelly [...] fullautosoftware.net
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 0.999999999904



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.
$exitcode has been implemented. ($stdout,$stderr,$exitcode)=$handle->cmd('some_cmd'); Thanks for the suggestion and inspiration. I REALLY appreciate it!