
Jasmine
Administrator
Jan 19, 2001, 3:26 PM
Post #1 of 1
(2005 views)
|
|
How can I always keep my hash sorted?
|
Can't Post
|
|
(From the Perl FAQ) How can I always keep my hash sorted? You can look into using the DB_File module and tie() using the $DB_BTREE hash bindings as documented in In Memory Databases. The Tie::IxHash module from CPAN might also be instructive.
|