Home
Random
Log in
Settings
Donations
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