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

Re: sort hash by value

by GrandFather (Saint)
on Mar 25, 2014 at 01:18 UTC ( [id://1079616]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @items = map {$licensehash{$_->[0]}{$_->[1]}} sort {$a->[2] cmp $b-
    +>[2]}
        map {
    ...
        } keys %licensehash;
    
    print "$_->[3]: $_->[0]\n" for @items;
    
  2. or download this
    Chassis Serial: 
    Creation Date: 
    ...
    Sync Replication: 
    iSCSI: 
    iTX Version:
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-18 13:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found