Yes, try it
poj#!/usr/bin/perl use strict; use HTML::Template; my $template = HTML::Template->new(filehandle => \*DATA); $template->param( XX =>'variable XX' ); print $template->output; __DATA__ XX: <TMPL_VAR NAME=XX> XX: <TMPL_VAR NAME=XX> XX: <TMPL_VAR NAME=XX>
In reply to Re: HTML::Template duplication of tags
by poj
in thread HTML::Template duplication of tags
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |