Database Management in PERL - DBI CGI and Perl / Getting Started
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.
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.
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.
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.
CGI Script FAQs CGI and Perl / Getting Started
Answers to general questions on running CGI scripts and programs. This is primarily about scripts, but you might find something here that will get that C program working too. It is under development and may not be totally organized, but if it gets your script running it has served its purpose.