Help for this page
defined(my $pid = fork) or die "Can't fork: $!\n"; exit if $pid; ... print "Received SIG $sig\n"; quit(0); }