in reply to Re^2: capture stdout and stderr from external command
in thread capture stdout and stderr from external command
$child may be unique through commands. And collect the outputs afterwards?$pm->start($cmds[$child] . " > /tmp/$$.$child.log 2>&1")
|
|---|