Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use strict;
    ...
      print STDERR ">$pid{$pid}> reaped\n";
      delete( $pid{$pid} );
    }
    
  2. or download this
    ...<snip>...
    >101> processing
    ...
    >103> processing
    >103> waiting for reap
    *hangs*
    
  3. or download this
    my JAPH:
      print"Just another Perl hacker\n";
      #    ^ look, no space! pretty tricky huh?