This is yet another library for template-based text generation. Template-based text generation is a way to separate program code and data, so non-programmer can control final result (like HTML) as desired without tweaking the program code itself. By ...
TAIY/Text-SimpleTemplate-0.36 - 15 Dec 2001 04:27:27 GMTThis is a simple template module. There is no extra template/mini language. Instead, it uses Perl as the template language. Templates can be cached on disk or inside the memory via the internal cache manager. It is also possible to use static/dynamic...
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTContains utility functions for Text::Template::Simple....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTAll templates are compiled into this class....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTCache manager for "Text::Template::Simple"....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTCaller stack tracer for Text::Template::Simple. This module is not used directly inside templates. You must use the global template function instead. See Text::Template::Simple::Dummy for usage from the templates....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTTemplate compiler....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTConstants for Text::Template::Simple....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTSplits the input into tokens with the defined delimiter pair....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTTODO...
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTPrivate module....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTPrivate module....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTPrivate module....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTPrivate module....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMTSafe template compiler....
BURAK/Text-Template-Simple-0.91 - 25 Dec 2018 00:05:35 GMT"Text::Oyster" is a module for evaluating perl embedded in text....
MCKAY/Text-Oyster-0.32 - 27 Jun 2003 15:42:17 GMTThis module is a simple and straightforward alternative to much more complex template toolkits and frameworks. I began development on it because existing Perl modules for handling templates were too complex to use in simple applications. Templates ar...
LCHAVEZ/Text-EasyTemplate-0.01 - 16 Oct 2006 23:46:33 GMTOverview Text::TemplateLite is intended primarily for "string-sized" templating (e.g. for message localization rather than entire "pages") using compact (terse?) templates with a (relatively) simple syntax. It is anticipated that templates may (at le...
BKATZUNG/Text-TemplateLite-0.01 - 12 Oct 2012 14:00:54 GMTThis is a successor of Text::SimpleTemplate, a module for template- based text generation. Template-based text generation is a way to separate program code and data, so non-programmer can control final result (like HTML) as desired without tweaking t...
TAIY/Text-ScriptTemplate-0.08 - 18 Nov 2004 15:49:04 GMT