Help for this page
$SIG{INT} = $SIG{TERM} = sub { kill 15 => @process_i_want_to_term; exit; };
END { kill 15 => @process_i_want_to_term; }
------------ :Wq Not an editor command: Wq