- or download this
<TMPL_VAR name="include_link">
- or download this
<TMPL_INCLUDE name="foo_page.html">
- or download this
use strict;
use HTML::Template;
...
# process custom built template..
my $tmpl_final = new HTML::Template(scalarref => \$tmpl->output());
print $tmpl_final->output();
- or download this
Including custom page...
...
-----------
rest of the page
- or download this
SECOND PAGE!
- or download this
Including custom page...
...
-----------
rest of the page