I am trying to find a module that will make it easier to embed scalar data in HTML for reporting purposes. So far I have looked at HTML::Template but that seems more for CGI related operations.
I just want to be able to generate a report and then email it to a distribution list. I want the report to be in HTML and be able to manipulate the data with little effort. Any suggestions? --Paul