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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.55 getpgrp Chapter 3
Functions
Next: 3.2.57 getpriority
 

3.2.56 getppid

getppid

This function returns the process ID of the parent process. On the typical UNIX system, if your parent process ID changes to 1, your parent process has died and you've been adopted by the init program.


Previous: 3.2.55 getpgrp Programming Perl Next: 3.2.57 getpriority
3.2.55 getpgrp Book Index 3.2.57 getpriority