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

Re: Sorted tied hash wierdness

by Roger (Parson)
on Nov 19, 2003 at 00:03 UTC ( [id://308193]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_->[0] <=> $_->[1]
    
  2. or download this
    $_[0] <=> $_[1]
    
  3. or download this
    @_->[0] <=> @_->[1]
    
  4. or download this
    @{[shift]}->[0] <=> @{[shift]}->[0]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2025-01-18 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (56 votes). Check out past polls.