Help for this page

Select Code to Download


  1. or download this
    
    $SIG{ALRM}=sub{rearm()};
    
  2. or download this
    
    $SIG{INT}=sub{process()};
    
  3. or download this
    
    sub process {
    ...
            else {print TNOUT "$input"}
    }