in reply to Re^4: Parallel::ForkManager run_on_finish Canot get Exit Code of Child process
in thread Parallel::ForkManager run_on_finish Canot get Exit Code of Child process
$? == -1: Error launching child (See $! for cause) $? & 0x7F: Child died from this signal if non-zero $? >> 8: Child's exit code
|
|---|