On Jan 4, 2008 10:44 AM, Hemant Bist <[EMAIL PROTECTED]> wrote: > Is there some other dispatcher module I can use, instead of Registry*.pm > modules.
There are hundreds of them: CGI::Application, Mason, Catalyst, etc. But why not write a handler? It's not difficult. If you want a very minimal dispatcher, try Apache2::Dispatch. - Perrin