how to install the DBI module
February 11th, 2006 by Lawrence David
the perl DBI module allows perl to talk with mySQL.
to install:
>>perl -MCPAN -e ‘install Bundle::DBI’
you’ll then need to install the mysql driver for perl:
>>perl -MCPAN -e ‘install DBD::mysql’