Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        MCE->gather($chunk_id, $output);
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        MCE::relay { print {$fh_out} $output };
    }