Perl Programming/Keywords/getppid
Appearance
The getppid keyword
[edit | edit source]The getppid function returns the process ID of the parent process.
Syntax
[edit | edit source] getppid
Examples
[edit | edit source] print getppid;
Previous: getpgrp | Keywords | Next: getpriority |
The getppid function returns the process ID of the parent process.
getppid
print getppid;
Previous: getpgrp | Keywords | Next: getpriority |