You are going to litter your templates with a huge number of <TMPL_IF CONFIG_FOO_1> type statements.

And? You need conditional behavior, you use a tmpl_if. I don't see a problem here.

If you associate more than two objects, collisions are a very real possibility, especially if you associate your $cgi and $config objects at the same time.

So use one of the other two solutions I presented, or don't associate your query object. I don't do that much anymore personally - it's too hard to police.

The alternative that TT provides is a method-like invocation on your objects.

So you like your syntactic sugar. I get it. What does this have to do with session handling?

Plus, you have run-time includes, which H::T (AFAIK) does not support.

If you can't figure out how to do this with HTML::Template's filter option then you need to try a little harder!

-sam

PS: When do you want me to break out the benchmarks? You know they're coming!


In reply to Re^4: HTML::Template and authenticated sessions by samtregar
in thread HTML::Template and authenticated sessions by ghettofinger

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.