sub show_template { my $t_file = $q->param('template'); require HTML::Template; my $t = HTML::Template->new_file($t_file); # and don't fill in any values print $q->header(), $t->output; exit(0); }
Makeshifts last the longest.
In reply to Re^2: Browser-viewable HTML::Template templates
by Aristotle
in thread Browser-viewable HTML::Template templates
by dws
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |