http://qs321.pair.com?node_id=959520


in reply to Re: Monitoring child processes
in thread Monitoring child processes

I believe (someone correct me please) that the default perl handler for SIGCHLD is to do nothing. It is left up to the programmer to reap the child processes manually (via waitpid, or setting 'IGNORE').

Yes, I think that is right.