How do you normally do url-2->method dispatching ?
Usually the web framework I am using will take care of this (Catalyst, CGI::Application, etc). FCGI::Engine is simply about managing FCGI details for you, this kind of stuff is outside of the scope of this module.
I meant if I want to do it ;) ? I'll take a look at the frameworks, but !
I would be using it to flush JSON structures and from time to time some html page and rather do it manually than using framework.