FYI, I switched from HTML::Template to Template toolkit. It's overkill, absolutely. And there are things that make it take far too much effort for use at $work. But, when I went to write the CB stats, I already knew how to approach it, and it was really, really easy.

Mind you, I'm of the opinion that it's better to learn one good multipurpose tool and learn it well, than to learn a bazillion tools, and not really know any of them. I still look at other tools, but I only delve deep into them if they appear to solve a set of problems I don't have a tool for, or if they appear to solve a set of problems better than my current tool. That's why I've delved so deep into perl, and that's why I use XML::Twig for basically anything XML-ish (including manipulation of XHTML).


In reply to Re: Wanted, template module by Tanktalus
in thread Wanted, template module by dHarry

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.