in reply to Re^3: Two tips for developing with HTML::Template
in thread Two tips for developing with HTML::Template
Fair question. In the particular case I was wresting with, a page has separate logical components. The components are handled differently by both application logic and presentation logic. I could collect all of the template parameters together from the separate objects that deal with the presentation of each component, caching the parameters until I'm ready to set all of them in one big bang, but that seems like uncessesary work.
|
|---|