in reply to Stepping through a Search::QueryParser data structure

I'm not quite sure what you mean, but Re: I've got a hash of hashes how do i get my values out has a nice example of recursive code that handles complex data structures... ATM, it just dumps them, but with some tweaking, it might give you the start you need.

HTH,

planetscape
  • Comment on Re: Stepping through a Search::QueryParser data structure

Replies are listed 'Best First'.
Re^2: Stepping through a Search::QueryParser data structure
by henka (Novice) on Jul 15, 2006 at 09:58 UTC
    thanks, planetscape, I'll check it out - and yes, that's basically what I want to do; just get the data out in a recursive fashion with a hook so I can do things to each element.

      Excellent. So glad I could be of help. Thanks for letting me know. :-)

      planetscape