Help for this page

Select Code to Download


  1. or download this
    my ($READ, $WRITE);
    pipe ($READ, $WRITE);
    ...
    
    waitpid ($child1, 0);
    waitpid ($child2, 0);