Sorting Techniques CGI and Perl / General Development
This article is about teaching the novice programmer how to sort lists of things, while showing to the more experienced folks certain techniques and ideas that could be new to them if they are migrating from a different language.
CGI Programming FAQ CGI and Perl / Getting Started
A comprehensive list of answers to some of the most commonly asked questions on CGI programming. It ranges from basic questions and techniques to trouble shooting and other CGI resource guide on the Web.
Using CGI::Application CGI and Perl / General Development
CGI::Application builds upon the bedrock of CGI, adding a structure for writing truly reusable Web-applications. CGI::Application takes what works about CGI and simply provides a structure to negate some of the more onerous programming techniques that have cast an unfavorable light upon it.