in reply to kill command in perl?
$SIG{INT} = $SIG{TERM} = sub { kill 15 => @process_i_want_to_term; exit; }; [download]
END { kill 15 => @process_i_want_to_term; } [download]
------------ :Wq Not an editor command: Wq [download]