Re: httpd.conf directive PerlHandler Apache::Hello->handler errors

2000-08-21 Thread Doug MacEachern
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 {...}

Re: httpd.conf directive PerlHandler Apache::Hello->handler errors

2000-08-10 Thread George Sanderson
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-

Re: httpd.conf directive PerlHandler Apache::Hello->handler errors

2000-08-10 Thread Ken Williams
[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

Re: httpd.conf directive PerlHandler Apache::Hello->handler errors

2000-08-09 Thread G.W. Haywood
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

httpd.conf directive PerlHandler Apache::Hello->handler errors

2000-08-09 Thread George Sanderson
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: