|
Dr.Queks notes on Perl
|
Other links at CGI and Perl > Tutorials > Introduction to Perl and CGI |
| 1. |
Absolute Beginners Guide to CGI
|
|
|
What is CGI and how does it work? What is a cgi-bin? What to look for when buying a script? How to install a cgi script? Where to find scripts? What is Perl What are file permissions Telnet explained What is SSI and what does it mean to you Common errors and debugging.
|
| 2. |
Ovids Web Programming Course
|
|
|
A free online course designed to help those with a bit of familiarity with Perl learn to write CGI programs. The emphasis is on security and good coding practices. The author is a CPAN (Comprehensive Perl Archive Network) contributor, runs Portland Perl Mongers, and is known in the Perl community as someone who takes the time to help others learn.
|
| 3. |
Perl Basics
|
|
|
This tutorial provides a summary of basic Perl features, organized in categories. It consists of six major sections: Variables and their Related Operators, Control structures, Functions, Regular Expressions, Input/Output, and System Operators.
|
| 4. |
Perl Tutorial
|
|
|
This is a series of short tutorials on programming in Perl. It covers a wide range of topics from Basic Syntax, Variables, Scalars, Strings, Functions, Lists, Arrays, Hashes to Conditionals, Subroutines, and File operators. Using all the concepts featured in the series, in the end, you will have a mailform that takes the results of an HTML form and mail the values to a specified person.
|
| 5. |
CGI Tutorial
|
|
|
If you are looking to learn Perl CGI database programming for your web site, this tutorial is an easy way to do it. There are pictures to guide you and it is designed for someone with only minimal html knowledge. Covers perl syntax, cgi script installation, relational database concepts and design, the DBI module that perl uses to talk to the database, and four sample cgi scripts with line by line explanations.
|
|
|