$SIG{KILL} = sub { print "This is my signal handling code. Log messages here.\n"; }; #### use Config; print "$Config{sig_name}\n";