aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Prototype/pkg-descr
blob: 133b41178a456e976febe0e5306d79fc8ff3cf22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
The core of every CGI application seems to be roughly the same:
- analyze the incoming parameters, cookies, and URLs to determine the
  state of the application (let's call this "dispatch").
- based on the current state, analyze the incoming parameters to respond
  to any form submitted ("respond").
- from there, decide what response page should be generated, and produce
  it ("render").

CGI::Prototype creates a Class::Prototyped engine for doing all this,
with the right amount of callback hooks to customize the process.

WWW: https://metacpan.org/release/CGI-Prototype