Stephen Clouse wrote:

> Now, if I load the handler in the startup file:
>
>         use IQGroup::IQCoordinator;
>
> then everything loads properly, although I get a slew of "subroutine blah
> redefined" messages in the error log when it hits the PerlModule directive.

'PerlModule' in httpd.conf and 'use' in startup.pl perform the same purpose.
if you are going to 'use' in startup.pl, comment out the PerlModule directive
in httpd.conf.

i'm not sure why you are having the other problems, might have something to
do with the order than things are being loaded and initialized.  if the 'use' in
startup.pl works fine, then you should stick with that.

--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to