mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b7607ef66b
PR: 23922 Submitted by: Anton Berezin <tobez@tobez.org>
12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
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@tobez.org>
|