Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print STDOUT time%100, ": child exiting\n";
        exit;
    }
    
  2. or download this
    51: polling child
    51: received <50: child started>
    ...
    58: polling child
    58: received <E_O_F>
    58: child reaped, parent exiting