http://qs321.pair.com?node_id=935975


in reply to Selectively truncating data structure dumps

I found a couple of good links here:
  1. http://www.effectiveperlprogramming.com/blog/312
  2. http://www.martin-evans.me.uk/node/113




The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"