On Thu, 9 Dec 2004 22:10:04 +0900, Joel Rees <[EMAIL PROTECTED]> wrote: > Paul DuBois's books on MySQL have been pretty good for me. I got a lot > out of the one called, I think, Perl and MySQL for the Web. > > It's been over a year, but the MySQL lists seemed to be a lot of help: > > http://marc.theaimsgroup.com/?l=mysql&r=1&w=2 > > (These days I seem to be messing around with PostGreSQL and xindice, > mostly.) > >
The way I learned, and the reference I still use is Anthony Butcher's _Teach Yourself MySQL in 21 Days_ from SMS, which has a fairly decent chapter on DBD::mysql as well as being for my money the best general intro to MySQL. The _Perl Cookbook_ also has a quick and dirty intro to DBI and DBD::MySQL, and if you're going to be regularly using perl to solve database problems, _Programming the Perl DBI_ is indispensible. HTH, --jay savage