A short guide to DBI CGI and Perl / Database Integration
Here is a short guide to DBI (The Perl Database Interface Module). Topics include: General information about relational databases, Example of How to Use DBI, Cached Queries, Transactions, and more.
Disk-based Data Structures (DBM) CGI and Perl / Database Integration
This tutorial provides several Perl DBM, or database management, solutions which have much less overheard than DBI and are a quick way to store and use Perl data structures to and from disk.