Download List

專案描述

CGI::Application is a Perl framework intended to
make it easier to create sophisticated, reusable
Web-based applications. This module implements a
methodology which can make Web software easier to
design, easier to document, easier to write, and
easier to evolve. CGI::Application builds on
standard, non-proprietary technologies and
techniques, such as the Common Gateway Interface
and Lincoln D. Stein's excellent CGI.pm module.
CGI::Application judiciously avoids employing
technologies and techniques which would bind a
developer to any one set of tools, operating
system, or Web server.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-05-10 17:15 Back to release list
2.3

A new API hook, cgiapp_prerun(), has been added.
This hook is called just before the run-mode is
invoked. This method receives the name of the
current run-mode as an argument. A new module,
CGI::Application::Mailform, was added. This module
is an example of how to use CGI::Application, and
it is intended to be very easy to reuse, while
still being secure and functional enough to
replace some of the more onerous "form mail"
scripts.
標籤: Major feature enhancements

Project Resources