in reply to
linking to mysql database
If you're going to access MySQL from within perl you'll need either
DBD::MySQL
or
Net::MySQL
. While the former has a *lot* of support and a mature codebase the latter doesn't require
DBI
or
XS
.
HTH
_________
broquaint
Comment on
Re: linking to mysql database
In Section
Seekers of Perl Wisdom