Re: ELSE clause

Karen <[email protected]> Wed, 21 Feb 2007 14:57:12 -0600
Newsgroups gmane.comp.lang.perl.modules.html-template
Message-ID <[email protected]>
On 2/21/07, Robert Hicks <[email protected]> wrote:
>
> It isn't readily apparent from the pod but can you have more than one
> <TMPL_ELSE> clause?


If they're nested:

<TMPL_IF blahblah>
first case
<TMPL_ELSE>
<TMPL_IF yadayada>
second case
<TMPL_ELSE>
third case
</TMPL_IF>
</TMPL_IF>

The TMPL_ELSE isn't an ELSIF, if that's what you're asking.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Html-template-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/html-template-users