in reply to
DBI - MySQL problem.
You are probably getting this error because it's
DBI->connect
and not
DBI->Connect
. Perl is case sensitive.
Comment on
Re: DBI - MySQL problem.
Select
or
Download
Code
In Section
Seekers of Perl Wisdom