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 test7.pl | wc -l
    8000000
    ...
    
    $ perl test7.pl | LC_ALL=C sort -u | wc -l
    8000000
    
  3. or download this
    $ perl test7.pl | wc -l
    8000000
    ...
    
    $ perl test7.pl | LC_ALL=C sort -u | wc -l
    7446785