Beginners Guide to CGI in
Perl
Introduction

Nathan Poole
This article or, tutorial if you
will is designed to teach you some very basic lessons in programming
Perl. This will not make you a professional, and certainly doesn't
deam resume worthy. Perl is a very friendly language and my intent
is to make that clear for everyone who hasn't had the opportunity to
try it out. This tutorial was built with the idea that
Windows95/98/NT users would be using it. We will be working with
Perl in MS-DOS, Perl will be installed, and you'll be making a few
simple programs. I'm not suggesting I can compare to the many great
books availble on Perl, two notable are "Learning Perl 2nd Edition"
and "Effective Perl Programming". These titles can be found at http://www.amazon.com/.
Next: What can
CGI do for me? »
Skip
Ahead

1 Introduction
2
What can
CGI do for me?
3 Perl / perl
Tools
4 A Few
Lessons
5 Your First
Program!