Diego Riano writes:
> I am trying to use de perl DBI module to use a MySQL database. I want to kno
> where can I find a tutotial or maybe a HowTo (I do not know?) about perl DBI
> module?
In addition to the links already suggested, I recommend getting the
O'Reilly book "Programming the Perl DBI" by Descartes & Bunce. If
you're going to be doing any substantial development with DBI, this
complete guide to DBI will help you understand DBI, how to work with
different types of databases, and give you a good overview of issues
involved with using databases in general.
If you're new to MySQL too, then I'll also recommend getting the New
Riders book "MySQL" by Paul DuBois. I have used both books
substantially and found them essential for large projects using Perl
and MySQL.
+ Richard J. Barbalace
[EMAIL PROTECTED]