Perl 101 (part 8) - Putting It To The Test (
Page 1 of 8 )
In the concluding article in the Perl 101 series, everything
you've learnt so far is put to the test when you develop some real-world
CGI applications - a counter, a guest book and a form mailer.Last time out, we discussed how Perl can be used to write simple CGI
applications that reside on the server and do useful things like receiving form
data. This time, we're going to take it a little further, by showing you how to
make Perl do some really useful things.
Over the next few pages, we're
going to show you how to track the number of visitors your page receives with a
simple counter, store their comments on your Web development efforts in a basic
guestbook, and write a simple mailer that can email the contents of a feedback
form to the site webmaster. So keep reading - this is your chance to get to know
your site visitors better!
This article copyright Melonfire 2000. All rights
reserved.