aboutsummaryrefslogtreecommitdiff
path: root/www/p5-CGI-Prototype/pkg-descr
blob: 2cb07b6cb283baf6fb3bd19f699c160dc7f7eb66 (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: http://search.cpan.org/dist/CGI-Prototype/