Re: [htmltmpl] TMPL_IF and OR

2005-01-14 Thread Mark Fuller
From: "Thomas Gutzler" <[EMAIL PROTECTED]> > Could something like this be possible: Why not say: And then perform the conditional processing in your Perl program to set $my_foo_bar and output it to the template thusly: $template->param(FOO_BAR => $my_foo_bar); Otherwise you could do TMPL_IF a

[htmltmpl] TMPL_IF and OR

2005-01-14 Thread Thomas Gutzler
Hi, I'm new to this list and couldn't find anything comparable to this in the archives: I have a feature request. Could something like this be possible: foo foo or bar bar Wouldn't that be nice? Cheers, Tom -- Mosher's Law of Software Engineering: Don't worry if it doesn't work right.