in reply to Simple SQL like thingy?

I guess I was not clear enough with my question.
I need to parse a text line containing the query (in SQL syntax) and then search my data structure.
The query is pretty much standard SQL, limited to one table (no joins), but possibly with many conditions.
I hope it's clearer now?

Replies are listed 'Best First'.
Re: Re: Simple SQL like thingy?
by Kanji (Parson) on Jun 19, 2002 at 08:49 UTC

    Have you taken a look at DBD::AnyData (alt.)?

    I don't recall it supporting hashes "out of the box", but some fancy map'ing or adapting the existing ARRAY backend (the module has an open API for adding your own formats) should get you to where you want to be.

        --k.