Help for this page

Select Code to Download


  1. or download this
    use Algorithm::Loops      qw( NestedLoops );
    use Parallel::ForkManager qw( );
    ...
    }
    
    $pm->wait_all_children();
    
  2. or download this
    my @param_arr;
    {
    ...
    
       @param_arr = <$fh>;
    }