in reply to
how to print top 5 elements from a hash
You might need to read up on
sort
, if you need to sort your hash keys first.
--
Rohan
Comment on
Re: how to print top 5 elements from a hash
In Section
Seekers of Perl Wisdom