in reply to kill command in perl?
You might want to be more selective than in the example. 8)$SIG{INT} = $SIG{TERM} = sub { `ssh remote_server killall -9 everything`; exit; };
"Even if you are on the right track, you'll get run over if you just sit there." - Will Rogers
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: kill command in perl?
by Joost (Canon) on Jul 30, 2004 at 08:53 UTC | |
|
Re^2: kill command in perl?
by exussum0 (Vicar) on Jul 30, 2004 at 10:39 UTC |