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

Re: Mysterious hash behaviour

by ysth (Canon)
on Apr 07, 2005 at 06:57 UTC ( [id://445555]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for $key (sort {$a <=> $b} keys %sortListArr) ...
    
  2. or download this
    for $key (sort {$sortListArr{$a} cmp $sortListArr{$b}}
                   keys %sortListArr) ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-19 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found