sub int_handler { #Only called by the child. print "Caught the signal!!!!!!!!!!!!!!\n"; my $signal = shift; die "Caught the signal, Exiting!!!\n"; }