In this article the author teaches the important aspect of how to configure a cgi script for any site.
Top Perl scripts
1).
Genetic algorithms applied with Perl This article introduces you to the genetic algorithm in simple terms. It shows that genetic programming produces algorithms required for improved computer programs. It provides Perl implementations for some specific tasks that have generic use.
2).
Using CGI::Application This is an application that adds a structure for writing reusable Web applications. It provides a structure to put down some programming techniques that have not looked upon it with favor.
3).
CGI Environmental Variables Web server use environmental variables to pass information to a cgi script. This page highlights some of the most commonly used environmental variables along with a brief description and notes on possible uses for them.
4).
Perl 101 (Part 5) - Sub-Zero Code This part of the Perl 101 series introduces the subject of subroutines and also teaches how to structure your code to ensure for maximum reusability.
5).
Common Server Errors and Messages This site is helpful for the beginners in perl program to know what are the common errors found and what are the reason for those problems.
6).
Debugging CGI Scripts 101 This article assists you in solving problems with CGI script. Some of the topics that have been covered are short overview of the CGI calling process, server errors, logical errors and many more.
7).
Cut & Paste: Scalar Variables Cut & Paste: Scalar Variables is helpful for beginners of perl program to learn how to operate mathematics in perl.
New Perl scripts
1).
Common Server Errors and Messages This site is helpful for the beginners in perl program to know what are the common errors found and what are the reason for those problems.
2).
Cut & Paste: Numbers Cut & Paste: Numbers guides the users about the operation of numbers in perl. It has three different categories to learn about the function of numbers in these different categories.
3).
Debugging CGI Scripts 101 This article assists you in solving problems with CGI script. Some of the topics that have been covered are short overview of the CGI calling process, server errors, logical errors and many more.
4).
Cut & Paste: Scalar Variables Cut & Paste: Scalar Variables is helpful for beginners of perl program to learn how to operate mathematics in perl.
5).
Genetic algorithms applied with Perl This article introduces you to the genetic algorithm in simple terms. It shows that genetic programming produces algorithms required for improved computer programs. It provides Perl implementations for some specific tasks that have generic use.
6).
Benchmarking Perl Benchmarking Perl is a part of the series named The Perl You Need To Know. The article covers the aspect of Perl stopwatch which allows you to time, optimize and slim down on code.
7).
Using CGI::Application This is an application that adds a structure for writing reusable Web applications. It provides a structure to put down some programming techniques that have not looked upon it with favor.