how to install the DBI module
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'
My blog has moved! Redirecting...
You should be automatically redirected. If not, visit http://stinkpot.afraid.org:8080/tricks/ and update your bookmarks.
0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home