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

Why are you badly stuck? Did you see my response? Let P::FM do the work of getting the exit status. Also, in run_on_finish(), you are checking for core dump, and the exit code, but not the signal, if any. Why not check that also?
  • Comment on Re^5: Parallel::ForkManager run_on_finish Canot get Exit Code of Child process