  |
DBI - The Perl Database Interface - http://dbi.perl.org/
Official site includes documentation, mailing list information, and demonstrations. |
  |
MySQL and Perl for the Web - http://www.kitebird.com/mysql-perl/
Official site for the book by Paul DuBois. Includes table of contents, errata, downloads, and a sample chapter in PDF format. |
  |
dbi-users@perl.org - http://www.nntp.perl.org/group/perl.dbi.users/
Archive of the mailing list. |
  |
Introduction to MySQL (using Perl DBI) - http://www.danchan.com/feature/2000/10/16/mysql/mysql.htm
4 page article starts with basics of MySQL and finishes up with actual examples of DBI in a MySQL context. |
  |
DBD::ODBC Tutorial Part 1 - http://www.easysoft.com/developer/languages/perl/dbd_odbc_tutorial_part_1.html
Explains how to use drivers, data sources and make connections. |