Keep It Simple, Stupid | |
PerlMonks |
Re: mini-languages for MVC view/controller manipulationby hardburn (Abbot) |
on Dec 27, 2004 at 15:18 UTC ( [id://417557]=note: print w/replies, xml ) | Need Help?? |
HTML::Template . . . A popular, robust, powerful mini-language templating system which also does just fine on normal text files. IMHO, it's not suitable for normal text files because of the way it handles whitespace:
Which will output:
The extra lines just aren't acceptable for plaintext. It's fine for HTML since whitespace is almost always ignored there. "There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.
In Section
Meditations
|
|