in reply to Re: highest value in hashin thread highest value in hash
... my( $highest_value, $highest_key ) = each %hash; while (my ($key, $value) = each %hash) ... [download]