Perl 101 (part 7) - CGI Basics (Page 1 of 6 )
If you've been paying attention these last few weeks, you should now know enough to write basic Perl programs. And with that task accomplished, Perl 101 now turns its attention to teaching you how to use Perl to generate HTML pages dynamically through server-side CGI scripts.
Since CGI scripts typically involve passing a number of name-value pairs of variables from one page to another, we're first going to introduce you to a new type of variable, and then use that knowledge to build some simple CGI scripts. Keep reading!
Next: Meet Donald Duck >>
More Perl Articles
More By Vikram Vaswani and Harish Kamath, (c) Melonfire