I have to say that as a relative beginner, I have really noticed that using cgi.pm to generate forms and entire web pages is a more than a little time consuming. In the interest of time, I have been using "print <<EndOfHTML;" to print the html code (esp. forms) in my programs. There are limitations to this approach as well. The major one that I run into problems with is error-checking. I have not attempted to use html::Template or html::Mason yet, but I think that it is my next step. Can anyone tell me the limitations of using print <<EndOfHTML; to print my html vs. cgi.pm? Also, does anyone have any strong feelings (know of tutorials) toward an altrnative method like html::template or html::mason? Any and all suggestions are greatly appreciated.
Thanks, Andrew -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]