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
.
Back to
How do I sort a hash (optionally by value instead of key)?
Forward to
What's the difference between "delete" and "undef" with hashes?
Up to
the perlfaq4 manpage