Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Get process groupGet current nice value (Berikutnya)
Functions for processes and process groups

Get parent process ID

Daftar Isi

  • getppid

    Returns the process id of the parent process.

    Note for Linux users: Between v5.8.1 and v5.16.0 Perl would workaround non-POSIX thread semantics the minority of Linux systems (andDebian GNU/kFreeBSD systems) that used LinuxThreads, this emulationhas since been removed. See the documentation for $$ fordetails.

    Portability issues: getppid in perlport.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Get process groupGet current nice value (Berikutnya)