|
Perl DBI error cannot locate object method "require -version"
Hi
when i installed DBI using ppm install DBI, it got installed successfully. but when i type "perl -MDBI -le "print DBI->VERSION" "
it is giving the following error, please help
Error :
Can't locate object method "require_version" via package "DBI" at C:\Perl\lib/DBI.pm line 21.
Compilation failed in require.
BEGIN failed--compilation aborted.
Last edited by nanda22; 08-26-2009 at 08:34 AM.
|