3.2.80 kill
kill
This function sends a signal to a list of processes.
The first element of the list must be the signal to send.
You may use a signal name in quotes (without a $cnt = kill 1, $child1, $child2; kill 9, @goners; kill 'STOP', getppid; # Can *so* suspend my login shell... |
|