http://www.perlmonks.org?node_id=382957


in reply to Re: Printing data structures as HTML
in thread Printing data structures as HTML

I had begun to do this, after an unsuccessful attempt to contact the author of the module.

Data::HTMLDumper pretty much takes the output of Data::Dumper and uses regular expressions to replace characters (such as {, }, ], and =>) with HTML table elements. To me, this seems like a roundabout way of handling this.

If I'm going to create a module to generate HTML from a data structure, I'd prefer to have one conversion only: from the actual data structure to the final HTML.