Public CGI scripts on NetSpace in /cgi-bin/utils/

These scripts have been tested and work, but your feedback is important. Please email me if you use these scripts (with or without feedback) so that I can let you know if changes are made (highly unlikely). Questions, comments, suggestions, feature requests, etc. are all welcome.

Mail_Form composes an email from the contents of submitted HTML forms
Send_Note allows a visitor to send a short email message to a site contact
Random_Entry returns a random entry from a structured file
HTTP_Auth_Basic generates an entry to cut and paste into a .htpasswd file

[If you have your own /cgi-bin/ directory, any /cgi-bin/utils/ subdirectory in your personal /cgi-bin/ will be ignored by the server, in favor of using the common /cgi-bin/utils/ provided by NetSpace.]

For those interested in seeing the code, it is located in /pub/p/e/perl/lib/CGIutils/ It is written to take advantage of mod_perl and so you might not recognize some of the semantics if you've never programmed towards mod_perl. Please email me with comments, bug reports, etc. The code will eventually be released under the GPL, although I am also considering the Artistic License, as Perl is dual-licensed as such.