Path to this page:
./
textproc/p5-Text-Template,
Perl5 library for generating form letters
Branch: pkgsrc-2019Q4,
Version: 1.58,
Package name: p5-Text-Template-1.58,
Maintainer: pkgsrc-users 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. Here's an example of a template:
Dear {$title} {$lastname},
It has come to our attention that you are delinquent in your
{$monthname[$last_paid_month]} payment. Please remit
${sprintf("%.2f", $amount)} immediately, or your patellae may
be needlessly endangered.
The result of filling in this template is a string, which might look
something like this:
Dear Mr. Gates,
It has come to our attention that you are delinquent in your
February payment. Please remit
$392.12 immediately, or your patellae may
be needlessly endangered.
Master sites: (Expand)
SHA1: 779e15dc9b9ad5280a7eb7dac6f30c77f9793e3b
RMD160: 8c8cd560a0b61a358994fadb072b6564a8e48b92
Filesize: 48.492 KB
Version history: (Expand)
- (2020-01-02) Package added to pkgsrc.se, version p5-Text-Template-1.58 (created)