Help for this page

Select Code to Download


  1. or download this
    ## FS cache purged inside Linux and on Mac OS X before running.
    
    ...
          with MCE : 0.961 secs.  0.932 secs.  using 3 cores
          with MCE : 0.820 secs.  0.775 secs.  using 4 cores
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "Num lines : $numlines\n";
    print "Occurances: $occurances\n";
    
  3. or download this
    use strict;
    use warnings;
    ...
    print "Num lines : ", $counter1->get(), "\n";
    print "Occurances: ", $counter2->get(), "\n";