On Wed, 2 Jul 2003, Matt Corbett wrote:

> Yes, mod/perl/html scripts are fine except if I try to use
> Apache::Request. I can even 'use' it but the problem arises
> when I try to utilise it with the 'new' method.

The fact that you can 'use' it (without doing anything with it)
is encouraging, as that means the files are probably in the
expected places, and Apache/mod_perl can use/load them.

Does it help if you put a
   PerlModule Apache::Request
directive in, before the directives defining your registry
location?

-- 
best regards,
randy

Reply via email to