"Narins, Josh" wrote:
>
> I think I know this one.
>
> #you might want to do this line, for edification if nothing else
> my $list_ref = $r->get_handlers("PerlHandler");
>
> $r->set_handlers('PerlHandler",\&My::Package::handler);Excellent! Thanks. One associated question: Is it possible to manipulate things such that I'm calling an Apache::Registry script? I can make a handle to redirect, but I'm sure that isn't necessary. The Eagle book only mentioned direct handlers.
