The Wayback Machine - http://web.archive.org./web/20130606003113/http://perldoc.perl.org:80/functions/getppid.html

Perl version

Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

getppid

Perl 5 version 16.2 documentation

getppid

  • getppid

    Returns the process id of the parent process.

    Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the minority of Linux systems (and Debian GNU/kFreeBSD systems) that used LinuxThreads, this emulation has since been removed. See the documentation for $$ for details.

    Portability issues: getppid in perlport.