- or download this
use v5.030;
use threads;
...
}
$_->join for threads->list;
- 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
- 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
- or download this
perl test6.pl | LC_ALL=C mcesort -j6 -u | wc -l