Perl Programming/Keywords/getppid

Previous: getpgrp Keywords Next: getpriority

The getppid keyword

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

Syntax

  getppid

Examples

   print getppid;
Previous: getpgrp Keywords Next: getpriority
Category:Book:Perl Programming#Keywords/getppid%20
Category:Book:Perl Programming