![]() |
|
P is for Practical | |
PerlMonks |
Re^2: Mapping URLs to code - in search of perlish dispatch schemesby geektron (Curate) |
on Jul 20, 2006 at 20:46 UTC ( #562713=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|