>>>>> "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()

Assuming that My::Module was already loaded, otherwise it would
generate a run-time error (or maybe we'd do a "require" -- dunno yet).
The URL trigger /perl/ would be configurable, of course.

Does anyone have something like this already?  It would certainly make
adding handlers as easy as adding Registry scripts.  I guess it is
sort of an ultra-light-weight Registry, in some sense.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-301-545-6996
PGP & MIME spoken here            http://www.kciLink.com/home/khera/

Reply via email to