in reply to building nested data structure / Structure for nested html::template loops

See also Data::Grouper, which was built to transform data structures into the format needed for a nested loop in HTML::Template. I use it frequently to transform data from a database via DBI into H::T's nested loop format.

-mark

  • Comment on Data::Grouper preps data for for HTML::Template