|
|
| Welcome to the Monastery | |
| PerlMonks |
Re^3: The history of a templating engineby ursus (Acolyte) |
| on Jan 03, 2008 at 19:54 UTC ( #660307=note: print w/ replies, xml ) | Need Help?? |
|
I'm looking at rolling my own template system as well. I had that "switch the quotes" moment as well, but without actually coming up with words for it. Anyhow, here's how I intend to handle the data thwomping problem, as well as STDOUT. Templates are to be mangled into: Which gets evaled. As long as your code uses my (or the template engine inserts it), you have data safety. Imported via UrsusTemplate::tmpl, we have: Now we have an easy way to do includes, plus an API for the controller. If we keep the timestamp from the source file, we can easily implement caching as well. If anyone can sanity-check this for me, I'd love that.
In Section
Meditations
|
|
||||||||||||||||||||