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.

2001-08-13 21:10
2.1

param () 메서드가 여러 개의 매개 변수를 허용하는 해시 (또는 hashref)를 통해 한 번에 설정할 수하도록 확장되었습니다. 여기서 널 문자열을 실행 모드로 유효한 것으로 간주 될 () 메소드를 실행에있는 버그가 수정되었습니다. 길이가 0 인 실행 모드로 지금 start_mode에서 ()가 호출되고 결과가된다. run_mode () 메소드는 지금 이후에 실행 목록 수정 모드로 호출할 수있습니다.
Tags: Major feature enhancements
The param() method has been extended to allow multiple parameters to be set at
one time via a hash (or hashref). A bug in the run() method where a null-string
run-mode would be considered valid was fixed. A zero-length run-mode will now
result in the start_mode() being called. The run_mode() method now may be
called subsequently to amend the list of run-modes.

2001-06-26 19:50
2.0

mode_param () 메소드는 지금 전화를 지정하려면 다시 하위 (경유 심판) 대신 CGI 매개 변수를 실행 모드를 검색할 수있습니다. 마지막으로 리조트의 특별한 ()를 실행 옵션 - 모드, "AUTOLOAD", 이는 예외가 지정되지 않은 실행 모드라고합니다 잡을 추가되었습니다. 모드를 실행하는 방법 대신 스칼라 scalars - 심판관 반환할 수있습니다. HTML을 : : 템플리트 때만 (면) load_tmpl ()가 호출로드됩니다.
Tags: Major feature enhancements
The mode_param() method now allows you to specify a call-back (via sub-ref) instead of a CGI parameter to retrieve the run-mode. A special (optional) run-mode of last resort, "AUTOLOAD", has been added which will catch the exception when an unspecified run-mode is called. Run-mode methods may return scalar-refs instead of scalars. HTML::Template is loaded only when (and if) load_tmpl() is called.

2001-05-30 23:54
1.31

이 릴리스에는 귀하의 프로젝트에 대한 일반 superclasses를 만드는 기능을 강화하고있다. 모든 실행 모드를 메소드 이름에 의해, subref 이외에 참조할 수있습니다. cgiapp_init () 후크 상속된 일반적인 동작을하도록 만들어졌습니다. 기본적 가치에 사소한 버그가 수정되었습니다. 워드 프로세서의 새로운 이름을 실행 모드를 참조하는 방법을 기반으로 부탁하도록 업데이 트되었습니다.
Tags: Major feature enhancements
This release has enhanced capabilities for
creating general superclasses for your projects.
All run modes may be referenced by method name, in
addition to subref. cgiapp_init() hook has been
created to allow for inherited common behaviors.
Minor bugs in default values have been fixed. The
docs have been updated to favor new name-based
run-mode method references.

2001-01-30 15:12
1.2

load_tmpl () HTML로 추가 매개 변수 : 합격으로 바뀌었습니다 : 템플릿 new_file () 생성자입니다. 문서 약간 수정했다. 마이너 코드를 정리되었다.
load_tmpl() was modified to pass extra params to HTML::Template's new_file() constructor. The docs were fixed up a bit. Minor code clean-up was made.

2001-01-30 15:12
1.1

이니셜도 Freshmeat 발표
Initial freshmeat announcement

Project Resources