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-28 21:36 Back to release list
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.

Project Resources