SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,7 @@
This module attempts to make using HTML templates simple and natural.
It extends standard HTML with a few new HTML-esque tags. The file
written with HTML and these new tags is called a template. It is
usually saved separately from your script. Using this module you fill
in the values for the variables, loops and branches declared in the
template. This allows to separate design - the HTML - from the data,
which you generate in the Perl script.

View file

@ -0,0 +1,6 @@
${P5SITE}/HTML/
${P5SITE}/HTML/Template/
${P5SITE}/HTML/Template.pm
${P5SITE}/HTML/Template/FAQ.pm
@man man/man3p/HTML::Template.3p
@man man/man3p/HTML::Template::FAQ.3p