in reply to Auto table generation

HTML::Template nested loops, DBI/MySQL and map doesn't output tables but could very easily be adapted to do so.

The mighty DBI has methods that return data structures that match just the type of input that HTML::Template requires.

Note the replies in the above thread that greatly improve on my initial attempt.