Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: getting the highest value in a simpler way

by uksza (Canon)
on Dec 19, 2004 at 15:34 UTC ( [id://415991]=note: print w/replies, xml ) Need Help??


in reply to Re^3: getting the highest value in a simpler way
in thread getting the highest value in a simpler way

Hey!

I understand!! ;-)
So, in exmaple:
my $x = 5 my $y = 10 my $highestvalue = [ $x => $y ] -> [ $x <= $y ] #we have @aray(5,10) and because (5 <= 10) it returns 1, so $highestvalue = aray[1] thats mean 10 in this example, right?

Eh, nice trick... ;-)
Thanks for you reply.
Uksza

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-16 17:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found