CGI::ContactForm is a Perl module that generates a contact form for the web and sends a message to a predestinated recipient. Unlike many form-to-mail programs, it's limited to this single purpose, but it allows you to set up a decently designed form with a minimum of effort. In other words, it's simple to use rather than flexible, even if there are quite a few customization possibilities.
The distribution file includes two modules:
Clicking those links takes you to the POD (documentation) for respective module.
The principal functionality is served by the main module.
CGI::ContactForm::MHonArc is a special purpose add-on that makes it easy to
have CGI::ContactForm interact with a mail archive created by the
MHonArc Email-to-HTML converter.
You can download CGI::ContactForm from CPAN.
Installation guidance can be found in the POD for the main module.
Copyright © 2003-2019
Gunnar Hjalmarsson
This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.