NAME
Template::PSP - Process HTML-like files with custom tags and Perl code
SYNOPSIS
use Template::PSP;
my $page_code = Template::PSP::pspload($filename);
&$page_code();
DESCRIPTION
Template::PSP allows arbitrary Perl code to be embedded in HTML-like pages. It also provides a framework for creating custom tags using a combination of text and evaluated Perl.
AUTHOR
Chris Radcliff, chris@globalspin.com
SEE ALSO
Apache::PSP