-
Tutorial covering the strategies and technologies behind writing a database-driven CGI application.
-
Explains how to use drivers, data sources and make connections.
-
Official site includes documentation, mailing list information, and demonstrations.
-
Tips and discussion on basic DBI usage and optimizing DBI programs.
-
This tutorial covers the issue of connecting a Microsoft Access database to your website using Perl.
-
How to build Perl DBI, add the DBD::ODBC module and use an ODBC driver in Perl scripts.
-
Slides and sample code from a talk given by Bradford Powell at a Raleigh Perl Mongers meeting.
-
Home page of the author of sybperl, the Sybase OpenClient extensions to Perl.
-
An introduction to using the MySQL database using Perl DBI.
-
Official site for the book by Paul DuBois. Includes table of contents, errata, downloads, and a sample chapter in PDF format.
-
Examples of connecting to various databases from a web page using Perl by David Harlan.
-
Complete course on using Perl for database web access by Kirrily Robert.
-
Terrance Brannon argues that DBI should not be the interface for most Perl applications requiring database functionality.
-
This book explains the architecture of DBI, shows how to write DBI-based programs, and explains both DBI's nuances and the peculiarities of each individual DBD.
-
An outline of database programming, with particular emphasis on Perl.
-
Archive of the mailing list.