Help for this page
while (<IN>) { chomp; printf "%4.2f $_\n", score (\%rows, \%cols,$_) if length >=$MIN && not /[A-Z]/; }
unless length < $MIN || /[A-Z]/;
sub score { ... return ($tot / (length($str) - 1) + ($mostc-$leastc) / 3); }