diff options
Diffstat (limited to 'textproc/p5-Text-Bind/pkg-descr')
-rw-r--r-- | textproc/p5-Text-Bind/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/p5-Text-Bind/pkg-descr b/textproc/p5-Text-Bind/pkg-descr new file mode 100644 index 000000000000..0fdff792f816 --- /dev/null +++ b/textproc/p5-Text-Bind/pkg-descr @@ -0,0 +1,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@tobez.org> |