> 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.


You could still use HTML:Template to put data into html and then use the 
Very capable Mail::Sender to send it in html format or an attachment or both.

1) Generate report data.
2) Use HTML:Template to creat the thml for the report.
3) Mail it with Mail::Sender

There are other Mail modules to but I like that one a lot personally.

DMuey

> 
> Any suggestions?
> 
> --Paul
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to