Help for this page

Select Code to Download


  1. or download this
    use v5.030;
    use PDL;
    ...
            }
        }
    )->run;
    
  2. or download this
    $ perl test4.pl | LC_ALL=C sort -u | wc -l
    400000
    ...
    
    $ perl test4.pl | LC_ALL=C sort -u | wc -l
    400000
    
  3. or download this
    $ perl test4.pl | LC_ALL=C sort -u | wc -l
    400000
    ...
    
    $ perl test4.pl | LC_ALL=C sort -u | wc -l
    400000
    
  4. or download this
    use v5.030;
    use PDL;
    ...
            MCE->print($output);
        }
    )->run;
    
  5. or download this
    $ perl test5.pl | LC_ALL=C sort -u | wc -l
    12000000
    ...
    
    $ perl test5.pl | LC_ALL=C sort -u | wc -l
    12000000
    
  6. or download this
    perl test5.pl | LC_ALL=C mcesort -j6 -u | wc -l