![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re^4: (mysql) failing to locate object methodby sriraj (Initiate) |
on Aug 03, 2004 at 12:16 UTC ( #379593=note: print w/replies, xml ) | Need Help?? |
hi Gilimanjaro thank u very much for giving the immediate response i tried to run the program as per ur instructions and i didnt get any output This is the program ==================== use strict; use DBI; print "$_\n" for grep /^a-z/, keys %DBI::; output of the program is ======================== C:\ram>perl mysqltest.pl C:\ram> can i know what could be the error, if it is dbi installing problem how can i uninstall the dbi package
In Section
Seekers of Perl Wisdom
|
|