I've not used CGI::Application, but I am using HTML::Template. It's a little quirky, but that's more than made up for in the abilityt to craft pages in Dreamweaver. My dept. heads love the see what I call "frosted" web sties -- ones with lots of preety stuff. I personaly, well, you know. ;) Anyway, HTML::Template allows me to not only do them up, and just add the suff I need to insert where I want, but it also allows me to show them the HTML code, which makes it much easier to deal with from the POV of people who know a little HTMl but no perl (which happens a lot). Highly flexible, and makes my perl code much easier to read and faster. I'd recommend at least looking into it. ----Asim, known to some as Woodrow.

In reply to Re: CGI::Application and HTML::Template by Asim
in thread CGI::Application and HTML::Template by nop

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.