In the concluding article in the Perl 101 series, everythingyou've learnt so far is put to the test when you develop some real-worldCGI applications - a counter, a guest book and a form mailer.
Next up, a guest book. We're going to create a simple guest book that asks the user to enter three parameters: name, email address and comment.
In order to make things simple for you, we've included the basic HTML code for the form as well.all you need to do is cut, copy and paste into your favourite HTML editor. Good service, huh?
As you can see, this form asks the user to enter three
values: Name, Email address and Comments. The ACTION of the form is a CGI script that will accept the values entered into the form and store them in a text file.
This article copyright Melonfire 2000. All rights reserved.