Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: keys and values order on a hash

by ikegami (Patriarch)
on Jul 11, 2011 at 18:29 UTC ( [id://913744]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (...each(%h)...) {
       ...
       last if ...;
       ...
    }
    
  2. or download this
    keys(%h);  # Reset iterator.
    while (...each(%h)...) {
    ...
       last if ...;
       ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-04-23 07:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found