I'm looking for some code or a module to print arbitrary perl data structures as HTML, for display in a web browser.
So far I've found:
Data::HTMLDumper - Dumps a data structure to an HTML table. Does not escape special HTML characters such as &, < and >. Does not allow for changing the table's attributes.