Help for this page
%hash = ( key1 => 10, # ... );
my %freq; my ($max_freq, $max_value) = 0; ... } } print "$max_value: $max_freq times\n";