I've verified a few things...
mod_perl is installed GATEWAY_INTERFACE CGI-Perl/1.1 MOD_PERL mod_perl/1.99_05-dev
In Httpd.conf... PerlModule Apache2 CGI DBD::mysql (Also tried Apache::DBI here too)
Sample of whats in my scripts...
use sctrict;
my ($dbh) = DBI->connect('DBI:mysql:mypwd:localhost','myuser','myuser');
my ($sql) = qq{SELECT * FROM somtable};
...
Display Data
end html_________________________________________________________________
Crave some Miles Davis or Grateful Dead? Your old favorites are always playing on MSN Radio Plus. Trial month free! http://join.msn.com/?page=offers/premiumradio
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html
