start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: keys Chapter 5
Function Reference
Next: Reference: last
 

kill

kill 
sig
, 
processes

Sends a signal, sig , to a list of processes . You may use a signal name in quotes (without a SIG on the front). This function returns the number of processes successfully signaled. If the signal is negative, the function kills process groups instead of processes.


Previous: Reference: keys Perl in a Nutshell Next: Reference: last
Reference: keys Book Index Reference: last