Help for this page

Select Code to Download


  1. or download this
    $SIG{INT} = $SIG{TERM} = sub {
       kill 15 => @process_i_want_to_term;
       exit;
    };
    
  2. or download this
    END {
       kill 15 => @process_i_want_to_term;
    }
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq