| CPAN Ratings (Gamma) Tie-Hash-Indexed reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of Tie-Hash-Indexed
0 out of 3 found this review helpful:
I'd really like this to be a drop-in replacement for Tie::IxHash.
Bug Menot - 2008-12-05 15:05:46
Was this review helpful to you?
Yes
No
This module works: after a tieing a hash, you get elements back in the order they were inserted. Tie::InsertOrderHash has a slightly nicer interface, where the contents of a hash can be assigned in the tie statement.
The documentation would be much better if it explained what this module does on its own terms, rather than describing itself relative to Tie::IxHash, which the reader may not be familiar with.
I'm not convinced about the name: to me "indexed" makes me think more of being able to access hash elements by number; I'd simply describe a hash of the type this module provides as being "ordered".
Smylers - 2005-02-10 07:56:31
Was this review helpful to you?
Yes
No
|
|
|