Index of /ports_www/p5-CGI-Prototype
Name Last modified Size
Parent Directory -
Makefile 28-Apr-2008 18:16 705
distinfo 28-May-2011 14:15 147
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/