Hello, I am getting the following error. Can't locate object method "module" via package "Apache" at /usr/local/lib/perl5 /site_perl/5.005/Apache/DBI.pm line 202. BEGIN failed--compilation aborted at /export/home/httpd/juston/dev/cgi-bin/test1 .pl line 7. Line 7 in the perl file (test1.pl) is use Apache::DBI ; I have tried adding PerlModule Apache::DBI / use Apache::DBI (); in the startup.perl file for Apache, but I still get the error. I am missing something for sure. Can someone help me out on this ? thanks a lot, tarak