Perl Programming/Keywords/getppid

Previous: getpgrp Keywords Next: getpriority

The getppid keywordEdit

The getppid function returns the process ID of the parent process.

SyntaxEdit

  getppid

ExamplesEdit

   print getppid;
Previous: getpgrp Keywords Next: getpriority