First thing you should do is what I call "Simplification". Make a simpler script using DBI and see if it runs ok. Make a REALLY simple one, something like:
- connect
- select one field from a table
- print the result
By doing this you will know for sure if this is a code problem or an installation problem.
This error message usually means you have a bad installation... How did you installed DBI?
Best regards,
my
($author_nickname, $author_email) = ("DaWolf","erabbott\@terra.com.br")
if ($author_name eq "Er
Galvão Abbott");
P.S.: Are you from Brazil too? :-)