Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    kill 15, keys %who;
    unlink map "$fifodir/$_.fifo", keys %who;
    print "$who{$pid} exited\n" while ($pid = wait) > 0;
    
  2. or download this
    25910 somemessage
    
  3. or download this
    25908 got 25910 somemessage
    25910 got somemessage