Help for this page
local $SIG{'TERM'} = \&killalarm; local $SIG{'INT'} = \&killalarm; ... my $params = shift; # some stuff, opening files, printing to files... }
local $SIG{'TERM'} = \&killalarm; local $SIG{'INT'} = \&killalarm; ... my $params = shift; # a lot of stuff, opening files, printing to files... }