On Mon, 17 Apr 2000, Vivek Khera wrote:

> >>>>> "SB" == Stas Bekman <[EMAIL PROTECTED]> writes:
> 
> SB> Of course, anyone has a sample <Perl> section handy? I'm still an
> SB> C<Apache::Registry> fan, to be changed soon :)
> 
> I don't see what <Perl> sections have to do with using or not
> Apache::Registry instead of handlers...
> 
> But, I've been toying with the idea of writing an Apache::Dispatch
> module that would take all URL's of the form something like
> 
> http://localhost/perl/My/Module/handlerfunc
> 
> and dispatch the call to My::Module::handlerfunc()

that would be really cool, so long as you can limit which namespaces can
be called by the dispatcher.  e.g. i wouldn't want the dispatcher to run
http://localhost/perl/CORE/dump :)



Reply via email to