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.

2009-02-15 15:59
4.21

CGI로와의 호환성 : : 응용 프로그램 : : 서버 개선했다. 인쇄상의 오류가 수정되었습니다.
Tags: Minor feature enhancements
Compatibility with CGI::Application::Server was improved. Typographical errors were fixed.

2003-06-03 14:09
3.1

cgiapp_postrun () 후크, 어떤 모드를 실행할 수 있도록 출력을 원하는 경우에는 "옵션 필터를 통해 콘텐츠 및 HTTP 헤더를 수정, 파이프라인"가 추가되었습니다. header_type ( "없음") HTTP 헤더 출력을 억제하기 위해 추가되었습니다. 버그는 어디에 비 CGI.pm 쿼리 개체의 새로운 () 메소드를 통해 초기화를 한 번에 설정할 수없습니다 해결되었습니다. dump_html 기본 실행 모드에서 하위의 이름 대신 심판에 의해 참조할 수 있는데, 그 하위에서 재정의될 수 급 수 있도록 변경되었습니다. 현재 실행 모드 덤프 출력 () 및 dump_html 추가되었습니다 ().
Tags: Major feature enhancements
A cgiapp_postrun() hook was added, which allows run-mode output to be "pipelined" through optional filters, modifying the content and HTTP headers, if so desired. header_type("none") was added to suppress HTTP header output. A bug where non-CGI.pm query objects couldn't be set at initialization time via the new() method was fixed. The dump_html default run-mode was changed to be referenced by name instead of sub-ref, allowing it to be overridden in a sub-class. The current run-mode was added to the output of dump() and dump_html().

2003-02-19 16:38
3.0

사용하도록 변경되었습니다 () 메소드를 실행하는 Perl의 모두 실행 모드에 대한 동적 메서드를 호출하면, 이름의 여부에 의해 또는 코드 심판에 의해 만들어진. 이것은 실행 시간을 향상시키기 성능을위한 것입니다. 새로운 overridable 방법 cgiapp_get_query ()이 추가되었습니다. 그것은 () 메소드를 오버 라이드 cgiapp_get_query CGI.pm 외에 다른 모듈의 개체를 반환하는, 그것을 충분히 제공 호환이 가능합니다. run_modes () 메소드를 실행 목록 모드를 통해 배열을 참조로 지정 될 수 있도록 변경되었습니다. 이것은 자동으로 실행이 만들어집니다 - 테이블 모드를 실행할 매핑 - 실행 - 동일한 이름의 메서드 모드 모드.
Tags: Major feature enhancements
The run() method was changed to use Perl's built-in dynamic method call for all run modes, whether by name or by code ref. This is intended to improve run-time performance. A new overridable method cgiapp_get_query() was added. It is possible to override the cgiapp_get_query() method to return an object of some other module besides CGI.pm, providing that it is sufficiently compatible. The run_modes() method was changed to allow a list of run-modes to be designated via an array reference. This will automatically create a run-modes table which maps from a run-mode to a run-mode method of the same name.

2002-05-28 21:36
2.4

cgiapp_prerun 기능이 추가되었습니다 현재 실행 모드를 변경합니다 (). prerun_mode를 호출하여 ()을 동적으로 특정 기준에 따라 호출됩니다 어떤 모드를 수정할 수있습니다. tmpl_path () 메서드가 더 직관적으로 HTML에 열장 이음으로 수정되었습니다 : : 서식 파일의 경로를 매개 변수. 문서를보다 쉽게 새로운 사용자에 의해 이해되어야합니다 세련되었습니다.
Tags: Major feature enhancements
The capability to change the current run-mode has been added to cgiapp_prerun(). By calling prerun_mode() you can dynamically modify which mode will be called based on specific criteria. The tmpl_path() method has been modified to more intuitively dovetail into HTML::Template's PATH parameter. The documentation has been refined to be more easily understood by new users.

2002-05-10 17:15
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