Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
    $result_q->end;
    $writer->join();
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    $manager->wait_all_children;
    close($output);
    close($input);