If you need to check a non-trivial condition when using HTML::Template, you'll have to do it in code. E.g.,
$template->param(a_or_b_or_c => ($a || $b || $c)); ... <TMPL_IF a_or_b_or_c>
In reply to Re: Can i check various condition in <TMPL_IF> using HTML::Template
by dws
in thread Can i check various condition in <TMPL_IF> using HTML::Template
by kprasanna_79
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |