freebsd-ports/textproc/p5-Text-FillIn/pkg-descr
Will Andrews c084d40d0f Add p5-Text-FillIn 0.05, a Perl module (class) implementing a fill-in
template.

PR:		23929
Submitted by:	Anton Berezin <tobez@tobez.org>
2000-12-31 05:22:15 +00:00

11 lines
394 B
Text

This is the Text::FillIn.pm module. It is a class for implementing
fill-in text templates. It is designed to be flexible and
sub-classible.
You can specify the delimiters that mark sections of text to be filled
in (for example [[ and ]], or <!-- and -->, or { and } ... you get the
picture), and you can specify the actions to take when filling in those
sections.
-Anton
<tobez@tobez.org>