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

새로운 API 후크, cgiapp_prerun ()이 추가되었습니다. 이것은 후크를 실행 직전에 호출 모드로 실행됩니다. 이 메소드는 인자로 현재 실행 모드로 이름을받습니다. 새로운 모듈의 CGI : : 응용 프로그램 : : Mailform, 추가되었습니다. 이 모듈은 CGI를하는 방법 : 이용 방법 : 응용 프로그램의 예를 들면, 그리고 그것을 아주 쉽게 재사 용할 수있을 것입니다, 아직도 충분히 확보되는 기능을 "스크립트에 좀 더 많은 부담이 따르는"양식의 메일을 바꿉니다.
Tags: Major feature enhancements
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.

Project Resources