./textproc/p5-Text-Template, Perl5 library for generating form letters

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q3, Version: 1.55nb1, Package name: p5-Text-Template-1.55nb1, 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.


Required to run:
[lang/perl5]

Required to build:
[devel/p5-Test-Warnings] [devel/p5-Test-More-UTF8] [pkgtools/cwrappers]

Master sites: (Expand)

SHA1: eb45006122dfd4a75f085480b7d01822faf1dd0f
RMD160: aa03b52e4d9256dd76204b7d42c4ad545b75da90
Filesize: 48.21 KB

Version history: (Expand)