Help for this page

Select Code to Download


  1. or download this
    Argument "CHLD" isn't numeric in subroutine entry at /usr/lib/perl5/5.
    +6.0/i386-linux/POSIX.pm line 38.
    
  2. or download this
    use POSIX qw( :sys_wait_h );
    
    ...
            }
            $SIG{CHLD} = \&REAPER;
    }