Help for this page
$SIG{'INT'} = 'CLEANUP'; sub CLEANUP { ... exit(1); }
$SIG{$_} = 'CLEANUP' for qw(INT KILL TERM STOP QUIT);