Ethan Joffe wrote:


I am trying to use Apache::DBI with RH9.0 defaults (apache2.0.40-21.9, modperl1.99_05-5, DBI 1.32-5)


I put the following line in my startup.pl:

PerlModule Apache::DBI;

PerlModule is for apache config files.


startup.pl is just a regular perl script so you should use a plain old 'use', i.e.

use Apache::DBI;

Cheers,
Jean-Michel.

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to