Help for this page

Select Code to Download


  1. or download this
    $SIG{HUP} = $SIG{INT} = $SIG{TERM} = 'IGNORE';
    
  2. or download this
    $SIG{ALRM} = sub { die "$$ timed out" };
    alarm 30;