Hi there,

On Wed, 9 Aug 2000, George Sanderson wrote:

> PerlModule Apache::Hello
> <Location /hello/world>
> SetHandler perl-script 
> PerlHandler Apache::Hello->handler
> </Location>
> #
> Results in the following error_log output: 
> [Sun Aug 6 21:48:02 2000] [error] Undefined subroutine
> &Apache::Hello->handler::handler
> called at PerlHandler subroutine `Apache::Hello->handler' line 1.

Page 70, Eagle Book.

You mean

PerlHandler Apache::Hello::handler

but note the comments in the book about automatic loading if you
specify the handler name explicitly.

73,
Ged.

Reply via email to