in reply to HTML Form and CGI script

Take a look at WWW::Form. My one gripe with it is that it doesn't integerage with a templating system very well. In my case, templating systems are always used unless it's really quick-and-dirty, but perhaps you don't care about that as much as I do.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated