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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: (programs and processes)

This is my code, $pid = fork; if($pid == 0) { exec " "; } How can I kill this process?

Originally posted as a Categorized Question.