in reply to Perl and MySQL

I have read the book Programming the perl DBI and found it useful to cover basics of any databse handling

The world is so big for any individual to conquer

Replies are listed 'Best First'.
Re^2: Perl and MySQL
by davidov0009 (Scribe) on Dec 20, 2007 at 18:56 UTC
    I would recommend Perl and MySql for the Web by Paul Dubois. It is definatley centered toward using CGI and the web, but also talks alot about DBI etc.

    use strict; use CGI;