Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^7: sort hash of arrays of arrays

by BrowserUk (Patriarch)
on Oct 31, 2012 at 16:44 UTC ( [id://1001706]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $key ( keys %hash ) {
        for my $aref ( @{ $hash{ $key } } ) {
    ...
      3 => [[30, 29, 28], [20, 19, 18], [10, 9, 8], [5, 4, 3]],
      4 => [[31, 30, 29], [21, 20, 19], [11, 10, 9], [6, 5, 4]],
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found