Help for this page
my ($bestVal, $bestKey) = (-1); foreach my $key (@keys) { ... } } print "The most frequent word in $ARGV[0] is $bestKey, which was seen +$bestVal times.\n";
while (my $line = <FILE>) {