Re: question about doing it right in CGI

2004-11-22 Thread Sean Davis
I use the object-oriented interface pretty much exclusively. There are good examples of creating a popup menu in the documentation for CGI. (You know about http://search.cpan.org?) Also, there are multiple websites describing use of CGI.pm. I would suggest that you start with a simple cgi sc

RE: question about doing it right in CGI

2004-11-19 Thread Bob Showalter
Lewick, Taylor wrote: > Hi all, I have been using perl for sometime for CGI scripts, but have > always used the print content-type:html version of doing things. > > I would like to learn a better way with the CGI module, but when I > read the docs I find it pretty easy to get confused as to whethe