Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Execute a system command and c ...Set a process's nice value (Berikutnya)
Functions for processes and process groups

Set the process group of a process

Daftar Isi

  • setpgrp PID,PGRP

    Sets the current process group for the specified PID, 0 for the currentprocess. Raises an exception when used on a machine that doesn'timplement POSIX setpgid(2) or BSD setpgrp(2). If the arguments are omitted,it defaults to 0,0. Note that the BSD 4.2 version of setpgrp does notaccept any arguments, so only setpgrp(0,0) is portable. See alsoPOSIX::setsid().

    Portability issues: setpgrp 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) Execute a system command and c ...Set a process's nice value (Berikutnya)