Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Specific hash to array conversion query

by davidrw (Prior)
on Jul 12, 2005 at 13:02 UTC ( [id://474264]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @values = sort { $b->[0] cmp $a->[0] || $a->[1] <=> $b->[1] }
      map {
        my $k = $_;
        map { [ $k, $_, $properties{$k}->{$_}->{value} ] } keys %{$propert
    +ies{$k}};
      } keys %properties;
    

Log In?
Username:
Password:

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

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

    No recent polls found