Download List

프로젝트 설명

The HTML::Template module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new tags for variables, loops, if/else blocks and includes. A file written with HTML and these new tags is called a template. Using this module you fill in the values for the variables and loops declared in the template. This allows you to seperate design (the HTML) from the data, which you generate in the Perl script. While there are many other HTML template systems available, this module is simple and fast. It doesn't try to reinvent Perl CGI, it just augments HTML with a few new and very useful abilities.

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.

2007-01-30 20:25
2.9

새로운 옵션 unescaped 변수에 대한 더러운 모드 시행에 추가되었습니다. 오래 서있는 몇 가지 버그가 수정되었습니다. 향상된 Phalanx 시험 생산 프로젝트에 의해 지금은 모듈의 일부입니다.
Tags: Minor bugfixes
A new option was added to enforce Taint mode for unescaped variables. Several long-standing bugs were fixed. The enhanced tests produced by the Phalanx project are now part of the module.

2005-12-22 20:29
2.8

작은 버그 번호와 default_escape라는 새 옵션을 추가이 릴리스의 수정.
Tags: Minor bugfixes
This release fixes a number of small bugs and adds a new option called default_escape.

2004-06-25 02:55
2.7

이 릴리스의 변수를 자바 스크립트에서 사용되는 새로운 탈출 모드가 포함되어있습니다. 이제 몇 가지 버그가 수정됩니다.
Tags: Major bugfixes
This release includes a new escape mode for variables used
in Javascript. Several bugs are now fixed.

2002-08-30 06:01
2.6

새로운 __counter__ loop_context_vars, tmpl_var 태그, 버그수정에 대한 새로운 기본 속성 및 문서 수정을위한 변수.
Tags: Minor feature enhancements
A new __counter__ variable for loop_context_vars, a new default attribute for tmpl_var tags, bugfixes, and documentation fixes.

2002-02-02 07:20
2.5

버그수정, 서류 정리, 그리고 새 프로젝트를 웹 사이트입니다.
Tags: Minor bugfixes
Bugfixes, documentation cleanups, and a new project Web site.

Project Resources