http://www.perlmonks.org?node_id=927274


in reply to Best way to kill a child process

Thanks to all for your responses. At the moment, I have decided to set $SIG{CHLD} = 'IGNORE' but will look at the other recommendations in more detail later.