Help for this page

Select Code to Download


  1. or download this
    use v5.030;
    use threads;
    ...
    }
    
    $_->join for threads->list;
    
  2. or download this
    $ perl test6.pl | LC_ALL=C sort -u | wc -l
    32000000
    ...
    
    $ perl test6.pl | LC_ALL=C sort -u | wc -l
    32000000
    
  3. or download this
    $ perl test6.pl | LC_ALL=C sort -u | wc -l
    25105304
    ...
    
    $ perl test6.pl | LC_ALL=C sort -u | wc -l
    25290392
    
  4. or download this
    perl test6.pl | LC_ALL=C mcesort -j6 -u | wc -l