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 Location /hello/world SetHandler perl-script PerlHandler