perl-text-template
Perl - Text::Template
3.4.0
2024-01-11
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
perl 3.4.0
Internal Program Version: Text::Template 1.61.5.38.2
This is a library for generating form letters, building HTML pages, or
filling in templates generally. A `template' is a piece of text that has
little Perl programs embedded in it here and there. When you `fill in' a
template, you evaluate the little programs and replace them with their
values.
You can store a template in a file outside your program. People can modify
the template without modifying the program. You can separate the formatting
details from the main code, and put the formatting parts of the program
into the template. That prevents code bloat and encourages functional
separation.
https://metacpan.org/release/Text-Template