Help for this page
map { $SIG{$_} = \&handlesig } keys(%SIG); ... local $SIG{$sig} = 'DEFAULT'; kill $sig, $$; }