W3Forms

Perl-based generic WWW form processor.


  • htmlform.html - perldoc documentation on the script. Read this first.
  • htmlform - a generic script that is based on the W3Forms library
  • W3Forms.pl - My library to do generic forms processing
  • W3Forms.html - perldoc generated documentation for the library.
  • tst.html - a sample web page with form to demonstrate use of the library and sample script.
  • tst.txt
  • - html source for the sample web page.
  • savehtml Short script that simply saves the form submission as a web page.
  • saveform Short script that simply saves the form to a CSV text database.
  • sendemail script to send form submission as email.
  • CGI.pm - Leonard Stein's indespensible cgi module. Included here for convenience, but you really oughtta get it from CPAN.
  • w3forms.tgz All of these files as a gzip'd tarball. (74kb)

  • Top of Page