Help for this page

Select Code to Download


  1. or download this
    use File::Map qq(map_file);
    use MCE;
    ...
    
    $mce->gather( $chunk_id, $output );
    }
    
  2. or download this
    Use File::Which qw(which);
    
    ...
            }
        );
    }
    
  3. or download this
    use MCE;
    use MCE::Candy;
    ...
    $mce->process($iterator);
    $mce->shutdown()
    );