I'm trying to setup a partial match on keys of a DB_File accessed DBM-database.
Everything working as advertised. Only I would like to get a partial match not only starting at the beginning of the key but find matches which occur anywhere in the key.
For example I've tried to match 'use' which is a part of 'mouse' in the given example.
Is there any trick to allow this sort of matching? Am I asking for too much on the partial matching? :-)