|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re^4: When to use templates?by MidLifeXis (Prior) |
| on Nov 19, 2004 at 19:56 UTC ( #409143=note: print w/ replies, xml ) | Need Help?? |
|
I agree mostly with that sentiment. However, I have found myself putting display oriented variables in my perl code lately. For example, with HT, I would need to do a ...
With HTE, I could use...
It leaves the display decisions in the hands of the interface / html coder, and the data collection to the perl program. It is hard (you mentioned not having a TMPL_ELSIF) to do an N (where N>2) way decision, or a decision based on the quantity of something. Another example... Without creating display variables in your perl code (x_gt_3, x_gt_5, ...), how would you change the style of something based on its value?
As I said above, I typically don't like using HTE, but I am running into more instances where it could prove to be useful, and would remove some of the variables controling display from my perl code. --MidLifeXis
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||