blob: e1c2561808da68965691641841f0d5ba05151589 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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@FreeBSD.org>
|