Index of /ports_www/p5-CGI-Prototype

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-Apr-2008 18:16 705 [   ] distinfo 28-May-2011 14:15 147 [TXT] pkg-descr 20-Apr-2006 18:45 577 [   ] pkg-plist 20-Apr-2006 18:45 296
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/