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


in reply to html to e-mail

I've done this using Mail::Mailer and CGI:

- create a new Mail::Mailer object
- call the object's open method, passing a hash with From, To, and Subject
- print the CGI values to the object

See the Mail::Mailer docs for more information.