Hi All,

I getting following error message while running perlCGI on browser.

Software error:
install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/5.8.8/i686-linux /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/5.8.8 /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl/5.8.8/i686-linux /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl/5.8.8 /usrl/local/bin/perl/5.8.8.rhas3.x86/lib/site_perl .) at (eval 1 line 3.
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Multiplex, Proxy, Sponge.
at /check.cgi line 78

But when i am running another perl (not CGI) script using same Data Base connection then its giving me correct output without any error..

please suggest ??