Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

RE: RE (tilly) 3: sort performance

by tye (Sage)
on Sep 12, 2000 at 07:00 UTC ( #32049=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @list= keys %hash;
    my @sort= map { $hash{$_}{this} } @list;
    my @sorted= @list[
        sort { $sort[$a] cmp $sort[$b] } 0..$#sort  ];
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2023-03-28 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?