in reply to
(tye)Re: Approximate Matching Key
in thread
Approximate Matching Key
Actually if you use Berkely DB either through
DB_File
or
BerkeleyDB
you can choose the sort order for the BTree, and using the R_CURSOR flag you can have the hash lookup implement the approximate search exactly as requested.
Comment on
Re (tilly) 2: Approximate Matching Key
In Section
Seekers of Perl Wisdom