Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Retrieving the hash key-value in the order of their insertion without Tie::IxHash

by JavaFan (Canon)
on Apr 30, 2012 at 15:58 UTC ( [id://968105]=note: print w/replies, xml ) Need Help??


in reply to Retrieving the hash key-value in the order of their insertion without Tie::IxHash

Some ways:
  1. Use a tied hash, and do something similar to Tie::IxHash;
  2. Use an additional data structure, and consult this one when retrieving keys. Don't forget to update this datastructure each time you modify your hash.
  3. Don't use hashes with more than one key.
  • Comment on Re: Retrieving the hash key-value in the order of their insertion without Tie::IxHash

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-26 05:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found