/usr/src/perl/pod/perlfaq4/How_can_I_always_kep_my_hash_so.pod

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.