Turned on global vars.
This commit is contained in:
parent
a3e33e6113
commit
047e648bb3
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ sub process {
|
||||||
$html = $_[0];
|
$html = $_[0];
|
||||||
$t = HTML::Template->new(
|
$t = HTML::Template->new(
|
||||||
scalarref=>\$html,
|
scalarref=>\$html,
|
||||||
|
global_vars=>1,
|
||||||
loop_context_vars=>1,
|
loop_context_vars=>1,
|
||||||
die_on_bad_params=>0,
|
die_on_bad_params=>0,
|
||||||
strict=>0
|
strict=>0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue