Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Create a new process just like ...Get parent process ID (Berikutnya)
Functions for processes and process groups

Get process group

Daftar Isi

  • getpgrp PID

    Returns the current process group for the specified PID. Usea PID of 0 to get the current process group for thecurrent process. Will raise an exception if used on a machine thatdoesn't implement getpgrp(2). If PID is omitted, returns the processgroup of the current process. Note that the POSIX version of getpgrpdoes not accept a PID argument, so only PID==0 is truly portable.

    Portability issues: getpgrp 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) Create a new process just like ...Get parent process ID (Berikutnya)