Hello, I recently released a new module which will be of interest to those of you that send emails from web forms.
The concept is to re-use the HTML form that's displayed on the web, to create an email that looks very similar, with the form fields replaced with the submitted data values. The form can be shared in a web template and an email template by putting it in an "include" file that both use. The usage is simple: use HTML::ReplaceForm; $modified_html = replace_form($html,$data_href); Now the form elements have been replaced with data! http://search.cpan.org/dist/HTML-ReplaceForm/lib/HTML/ReplaceForm.pm Mark --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
