Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: sorting a list of hashes on an element/attribute of the hash

by vrk (Chaplain)
on Jun 04, 2007 at 13:59 UTC ( [id://619127]=note: print w/replies, xml ) Need Help??


in reply to sorting a list of hashes on an element/attribute of the hash

There are a few ways, but here's one:

@$data = sort { $a->{order} <=> $b->{order} } @$data;

--
print "Just Another Perl Adept\n";

Log In?
Username:
Password:

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

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

    No recent polls found