Hi,
I'm new to Perl but I'd like to know more. For this purpose I downloaded the ActivePerl-5.10.0.104-MsWin32 .msi package and installed it on my computer OS XP Home. Xitami, PHP, MySQL were already installed, and PHP can connect to MySQL. Now I run the following code from the command line, file dbimodules.pl:
#!perl
# PERL MODULES WE WILL BE USING
use DBI;
use DBD::mysql
and got the following error message:
C:\Xitami\cgi-bin\>dbimodules.pm
Can't locate loadable object for module DBD::mysql in @INC<@INC contains: C:/Pe
rl/site/lib C:/Perl/lib .> at C:\Xitami\cgi-bin\dbimodules.pl line 5
Compilation failed in require at C:\Xitami\cgi-bin\dbimodules.pl line 5.
BEGIN failed--compilation aborted at C:\Xitami\cgi-bin\dbimodules.pl line 5.
Perl itself is running fine.
I have been struggling with this problem for days, tried many things, with no success. Could anybody help me?
With regards idbgy