On Fri, 2004-07-23 at 00:35, Michael wrote:
> > It is setup like this:-
> > 
> > <Location /mypackage >
> > SetHandler  perl-script
> > PerlHandler My::Package
> > </Location>
> Shouldn't that be
>    PerlHandler My::Package->handler

Technically that isn't necessary if your method is called handler() and
you have prototyped it with ($$).

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to