![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re^3: (mysql) failing to locate object methodby Gilimanjaro (Hermit) |
on Aug 03, 2004 at 11:54 UTC ( #379588=note: print w/replies, xml ) | Need Help?? |
This almost certainly means something is not right with your DBI installation...
Try adding
after your 'use DBI;'. This single line will show you all symbols (including methods) in your DBI package after you've used it. If this list contains 'connect' then there's something wrong with your perl. If it doesn't, then something is wrong with your DBI. You could try reinstalling your DBI package maybe...
In Section
Seekers of Perl Wisdom
|
|