UNIX/CGI/Perl CGI and Perl / Getting Started
Perl is an interpreted language, like QBasic, with which you can write programs to run on UNIX servers and which you can call from your web pages. Perl is functionally similar to QBasic and the basics of Perl are fairly easy to learn. This part of the tutorial briefly covers UNIX and Perl.
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.
Using a flat-file database in Perl CGI and Perl / File Manipulation
Web developers often need ways of speeding up the development process, without spending thousands of dollars for software. Here's how to build an easy to use database in Perl and access it via a Web page.
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.
Cultured Perl: The elegance of JAPH CGI and Perl / General Development
A mainstay of the Perl culture, JAPH is a short script that produces the output "Just another Perl hacker." Although written for the beginner or intermediate Perl programmer, this article examines a few simple examples of the JAPH genre that will surprise and engage even the most seasoned devotee.
Benchmarking Perl CGI and Perl / General Development
In this Part 21 of "The Perl You Need To Know" series, it covers the Benchmark module - the handy Perl stopwatch that allows you to time, optimize, and slim down on code.
Perl Commands Summary CGI and Perl / Getting Started
Knowing which commands work with one another can help you come quickly up to speed on the Perl functions that are available to you. This page provdes a functional grouping of Perl commands.