RE: [htmltmpl] Comparing H::T:Expr variables
Brought to you by:
samtregar
From: Cees H. <ce...@si...> - 2003-11-20 05:11:08
|
Quoting Chris <chr...@co...>: > I just added the strict option on: > > my $template = HTML::Template->new(filename => 'index.tmpl', strict => 0, > global_vars => 1); You do mean HTML::Template::Expr in the above code right? You are getting the error because HTML::Template can't parse <TMPL_IF EXPR=""> correctly, so it sees a </TMPL_IF> without a matching <TMPL_IF> Cheers, Cees |