=over =item getppid X X X Returns the process id of the parent process. Note for Linux users: on Linux, the C functions C and C return different values from different threads. In order to be portable, this behavior is not reflected by the Perl-level function C, that returns a consistent value across threads. If you want to call the underlying C, you may use the CPAN module C. =back