in reply to search data structures using SQL

I seem to remember that DBD::AnyData has code to read from arrays (instead of a database).

See probably "Working with in-memory tables" and "Creating an in-memory table from Arrays".

Perhaps that code can be extracted and used.

(If all else fails, check if you do not happen to have postgres available: it has the excellent hstore)

Replies are listed 'Best First'.
Re^2: search data structures using SQL
by jdporter (Paladin) on Nov 18, 2013 at 01:24 UTC

    Brilliant. That is exactly what I was looking for. At least, I think it is, based on the doco; I haven't tried it yet. :-)