Quoting Chris <[EMAIL PROTECTED]>:

> 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


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to