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

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.
  • Comment on Re^2: Stepping through a Search::QueryParser data structure

Replies are listed 'Best First'.
Re^3: Stepping through a Search::QueryParser data structure
by planetscape (Chancellor) on Jul 16, 2006 at 07:35 UTC

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

    planetscape