Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: How to retrieve the worst value?

by mce (Curate)
on Apr 01, 2004 at 14:13 UTC ( #341632=note: print w/replies, xml ) Need Help??


in reply to Re: How to retrieve the worst value?
in thread How to retrieve the worst value?

Hi,

Why create an extra hash?

print +(sort { $a <=> $b } values %hash)[-1];
The sort by default sorts alfanumeric, so in your case 30 is better than 4.

---------------------------
Dr. Mark Ceulemans
Senior Consultant
BMC, Belgium

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://341632]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2023-03-20 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?