Help for this page

Select Code to Download


  1. or download this
    ...
    my $from_parent_one;
    ...
             
       }
       ...
    
  2. or download this
    my @pipe_handles = \( $from_parent_one,
                          $to_child_one,
    ...
          close( $$handle ) if defined openhandle( $$handle );
             
       }