Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: How can one call the lowest value of an array by reference?

by GrandFather (Saint)
on Dec 12, 2012 at 10:05 UTC ( [id://1008475]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @ordered = sort {$a <=> $b} keys %byValue;
    
    print "$_: @{$byValue{$_}}\n" for @ordered;
    
  2. or download this
    2: Rat Cow
    3: Bat
    5: Cat
    12: Dog
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-23 11:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found