Hi,
I just start programming with the DBI. But when I ran my cgi program under the command line, I got this message:
Can't locate DBI.pm in @INC (@INC contains: /usr/opt/perl5/lib/5.00503/aix /usr/
opt/perl5/lib/5.00503 /usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/
site_perl/5.005 .) at ./speed.cgi line 17.
In the same program, I also use CGI:
#!/usr/bin/perl -w
use CGI;
use DBI; # Load the DBI module
but there is no problem with CGI module.
Why did I get this message? What should I do with it?
Can anyone help me out?
Thank you!!!!
I just start programming with the DBI. But when I ran my cgi program under the command line, I got this message:
Can't locate DBI.pm in @INC (@INC contains: /usr/opt/perl5/lib/5.00503/aix /usr/
opt/perl5/lib/5.00503 /usr/opt/perl5/lib/site_perl/5.005/aix /usr/opt/perl5/lib/
site_perl/5.005 .) at ./speed.cgi line 17.
In the same program, I also use CGI:
#!/usr/bin/perl -w
use CGI;
use DBI; # Load the DBI module
but there is no problem with CGI module.
Why did I get this message? What should I do with it?
Can anyone help me out?
Thank you!!!!