aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Bind/pkg-descr
blob: 72ae5e7116fe9b5594c097df05418a672c41eecb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Text::Bind allows you to bind Perl structures (strings, routines,
filehandles, objects, and arrays) to specific locations (called *data
sites*) in text files.

The main purpose of this module is to support HTML templates for CGI
programs. Therefore, HTML pages design can be kept separate from CGI
code. However, the class is general enough to be used in other contexts
than CGI application development.

-Anton
<tobez@FreeBSD.org>