my %total_values_by; while (my $value = <$fh>) { chomp $value; $total_values_by{$value}++; }