Help for this page
$SIG{INT}= 'DEFAULT'; exit;
$SIG{INT}= 'handler'; sub handler { ... while (1) { sleep 1; }