Download List

프로젝트 설명

Text::Template is a module for doing dynamic
content generation in Perl. You can embed any Perl
code into a file, and then make a call to the
module to `fill in' the blanks in the file. This
is good for generating HTML pages and form
letters. It was first released in 1995 and is very
stable, very fast, and very reliable. It is also
integrated with Perl's Safe module in case you
don't trust the template author.

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-12-04 11:15
1.42

UNTAINT 옵션 '으로 평가 후면'비록 파일이나 filehandle 나온 코드를 모듈에 그것이 안전하다고 말해 추가되었습니다. 아강 텍스트 : : 템플리트 : : Preprocess 추가되었습니다. 그것은 텍스트와 마찬가지입니다 : : 템플릿,하지만 당신을 수신하기 전에 평가, 수정 조각 이는) 평가되는 각 코드 조각을 수정할 수있습니다 (함수를 생성자에서 PREPROCESS 옵션이나 fill_in 통화 공급을 할 수있습니다. 마이너 버그수정이 추가되었습니다.
Tags: Major feature enhancements
An UNTAINT option was added to tell the module that it is safe to 'eval' code even though it has come from a file or filehandle. The subclass Text::Template::Preprocess was added. It is just like Text::Template, but it allows you to supply a PREPROCESS option in the constructor or the fill_in call (a function that receives and may modify each code fragment prior to evaluation, the modified fragment being that which is evaluated). Minor bugfixes were added.

2001-01-30 15:14
1.23

첫번째 공지 사항입니다.
First announcement.

Project Resources