Help for this page
local $SIG{KILL} = \&killed; ... print "I got killed\n"; }
END { print "I got killed! \n "; }