in reply to Re: Idiomatic way of getting from database result set to HTML::Template data structure?
in thread Idiomatic way of getting from database result set to HTML::Template data structure?
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!