I've finally uploaded something that I promised months ago. Actually writing it did not take very long at all. It just took me 6 months to get it done. It's a generic CGI form processor, that sends the results somewhere via email, then redirects to a new location. It's a whopping 45 lines of code (as compared to 634 lines in formmail.pl) It uses Text::Template, Mail::Sendmail, and CGI_Lite to do most of the heavy lifting. The email message itself is written as a Text::Template template file, so that it can be formatted however you like. CGI_Lite takes care of the form processing. Mail::Sendmail does the actual sending, so this will work anywhere, not just on systems with sendmail or sendmail equivalents. It should be up on your favorite CPAN mirror tomorrow some time, in the scripts area, under CGI. Any comments or suggestions gladly accepted. You can see docs at http://www.rcbowen.com/mailform.html Rich -- Director of Web Application Development - The Creative Group http://www.cre8tivegroup.com/ Author - Apache Server Unleashed - http://apacheunleashed.com/
