Refer to the documentation for the DBD driver you are using.
Refer to the SQL language reference manual for the database engine you are using.
Programming the Perl DBI, by Alligator Descartes and Tim Bunce
Programming Perl, 2nd Ed, by Larry Wall, Tom Christiansen, and Randal Schwartz
Learning Perl, by Randal Schwartz
Dr Dobb's Journal, November 1996
The Perl Journal, April 1997
Consult the perl manpage, the perlmod manpage, and the perlbook manpage.
The dbi-users mailing list is the primary means of communication among users of the DBI and its related modules. Subscribe and unsubscribe via:
There are typically between 700 and 900 messages per month. You have to subscribe in order to be able to post. However, you can opt for a "post-only" subscription.
Mailing list archives are held at:
http://www.xray.mpe.mpg.de/mailing-lists/dbi/
Other DBI-related links:
http://tegan.deltanet.com/~phlip/DBUIdoc.html
http://wdvl.com/Authoring/DB/Intro/toc.html
http://www.hotwired.com/webmonkey/backend/tutorials/tutorial1.html
Other database-related links:
Commercial and data warehouse links:
Recommended Perl programming link:
Please also read the DBI FAQ which is installed as a DBI::FAQ module. You can use perldoc to read it by executing the perldoc DBI::FAQ command.
Copyright © 2001 O'Reilly & Associates. All rights reserved.