in reply to Idiomatic way of getting from database result set to HTML::Template data structure?

I've found this pretty helpful.
  • Comment on Re: Idiomatic way of getting from database result set to HTML::Template data structure?

Replies are listed 'Best First'.
Re: Re: Idiomatic way of getting from database result set to HTML::Template data structure?
by davehodg (Acolyte) on Mar 30, 2004 at 14:52 UTC
    Thanks folks. I ended up with a nasty, yet straightforward state machine where we build a list of articles, then when we detect that we've ticked over to a new issue, push those onto the list of issues and then the same for magazines. Nasty, but it works!