http://qs1969.pair.com?node_id=149462


in reply to fickle DBI

The DBI module is a database-independent interface. It still requires you to install a separate database driver. If you were to draw it, I think it would look something like this...

Perl <--> DBI <--> dbd-mysql <--> Mysql DB

Follow the instructions strat has listed above, and you should be A-OK. Hope this clears things up!

-fuzzyping