in reply to Re^2: Can i check various condition in <TMPL_IF> using HTML::Template
in thread Can i check various condition in <TMPL_IF> using HTML::Template
I dont want to do it in cgi, i want it in template ... Is it possible
No, it is not possible in the current release of HTML::Template. If what you want isn't going to go beyond a simple disjunction, then the trick reneeb lays out below will work, though it's going to involve some duplication in the template that you would avoid by calculating the expression in code.
|
|---|