in reply to Resources for learning Perl with CGI?

It is OK to post code, we like code :)

Looking at the code, I see that you don't use the CGI perl module. That module is specialized for easing the burden of parsing input and writing dynamic web pages. I'd recommend checking it out. This tutorial by the creator of CGI.pm may help.

-Mark

  • Comment on Re: Resources for learning Perl with CGI?