On Mon, 2006-03-13 at 15:41 -0500, Adam Prime x443 wrote: > this is the the conf for that particular case of the error: > > <Location /careers> > SetHandler perl-script > PerlHandler StrategyV2::Careers > </Location>
Looks okay. > I don't really understand method handlers and their applications, and > thus I have never used the $$ prototype. I don't ever call handler as > an object method. When you configure it do something like StrategyV2::Careers->handler, it will call that handler as a method, passing the class name first. That's why I was suspicious of this. - Perrin