Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "Num lines : ", $counter1->get(), "\n";
    print "Occurances: ", $counter2->get(), "\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print "Num lines : ", $counter1->get(), "\n";
    print "Occurances: ", $counter2->get(), "\n";