Help for this page

Select Code to Download


  1. or download this
    $SIG{'__WARN__'} = \&alarm_handler; # install signal handler to suppre
    +ss warnings
    
  2. or download this
    sub alarm_handler () {
        return;
    }