Home
Random
Log in
Settings
Donate Now
If this site has been useful to you, please give today.
About Wikibooks
Disclaimers
Search
Perl Programming/Keywords/getppid
Language
Watch
Edit
<
Perl Programming
|
Keywords
Previous: getpgrp
Keywords
Next: getpriority
The
getppid
keyword
edit
The
getppid
function returns the process ID of the parent process.
Syntax
edit
getppid
Examples
edit
print
getppid
;
Previous: getpgrp
Keywords
Next: getpriority