Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    };
    
    close $IN;
    
  2. or download this
    use strict;
    use warnings;
    ...
    $_->join for MCE::Hobo->list;
    
    close $IN;
    
  3. or download this
    use strict;
    use warnings;
    ...
    $_->join for threads->list;
    
    close $IN;
    
  4. or download this
    use MCE::Shared 1.002;
    
    mce_open my $IN, "<:gzip", "wat.paths.gz" or die "open error: $!";
    mce_open my $OUT, ">", \*STDOUT or die "open error: $!";