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

I pointed you to documentation the states the following:
$? == -1: Error launching child (See $! for cause) $? & 0x7F: Child died from this signal if non-zero $? >> 8: Child's exit code
  • Comment on Re^5: Parallel::ForkManager run_on_finish Canot get Exit Code of Child process
  • Download Code