On Thu, 10 Aug 2000, Ken Williams wrote:
> To clarify - some handlers can be called using object-oriented
> techniques, and some can't. The switch for this behavior is that the
> handler is prototyped with ($$).
or with newer Perls:
sub handler : method {...}
Ah I C, said the Perl man!
Thank you for the clarification.
At 09:55 AM 8/10/00 -0500, you wrote:
>[EMAIL PROTECTED] (G.W. Haywood) wrote:
>
>>Hi there,
>>
>>On Wed, 9 Aug 2000, George Sanderson wrote:
>>
>>> PerlModule Apache::Hello
>>>
>>> SetHandler perl-script
>>> PerlHandler Apache::Hello-
[EMAIL PROTECTED] (G.W. Haywood) wrote:
>Hi there,
>
>On Wed, 9 Aug 2000, George Sanderson wrote:
>
>> PerlModule Apache::Hello
>>
>> SetHandler perl-script
>> PerlHandler Apache::Hello->handler
>>
>> #
>> Results in the following error_log output:
>> [Sun Aug 6 21:48:02 2000] [error] Undefin
Hi there,
On Wed, 9 Aug 2000, George Sanderson wrote:
> PerlModule Apache::Hello
>
> SetHandler perl-script
> PerlHandler Apache::Hello->handler
>
> #
> Results in the following error_log output:
> [Sun Aug 6 21:48:02 2000] [error] Undefined subroutine
> &Apache::Hello->handler::handler
> ca
I have Apache 1.3.12 using mod_perl 1.24 as a DSO, built with Perl 5.6.0
which is running on Linux 2.2.14.
When the following is presented in the httpd.conf file:
#
PerlModule Apache::Hello
SetHandler perl-script
PerlHandler Apache::Hello->handler
#
Results in the following error_log output: