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

The module gets all parameter values, whether they are in the URL ("GET") or through forms ("POST") and automatically put them in the session (whatever the backend-storage for the session is).

Of course you would just "catch" the parameters and check them against your requirements in the declarative language.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

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