Help for this page

Select Code to Download


  1. or download this
    $SIG{'INT'} = \&safe_exit;
    $SIG{'QUIT'} = \&safe_exit;
    $SIG{__DIE__} = \&safe_exit;
    END { safe_exit(); }