Help for this page
use strict; use warnings; ... # should never get here print "made it past ctrl-C\n"; exit 0;
use strict; use warnings; ... kill 21, $pid; print "\n"; }