Help for this page
my %seen; while (<$FILE>) { ... for my $string (keys %seen) { print "$string encountered $seen{$string} time(s).\n"; }