http://www.perlmonks.org?node_id=562713


in reply to Re: Mapping URLs to code - in search of perlish dispatch schemes
in thread Mapping URLs to code - in search of perlish dispatch schemes

As far as I know, there are no dispatchers based on query parameters. There may be a good reason for that.

Something similar can be accomplished by passing a coderef to mode_param() in CGI::Application. the executed code could then examine query parameters to enhance the dispatch mechanism.

  • Comment on Re^2: Mapping URLs to code - in search of perlish dispatch schemes