in reply to Re: Perl Script to run in web browser
in thread Perl Script to run in web browser

It is important for someone new to the game to be aware that when using CGI.pm, the HTML Generation functions should no longer be used. That and the lack of param validation aside, it's a nice illustration of a form and handler in a single script.

A quick glance at the recommendations in How CGI works from last week might also benefit cbtshare.

  • Comment on Re^2: Perl Script to run in web browser