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