Fellow monks,

This is more of a 'how do the rest of you do it?' type of question.

My current CGI script has a fair amount of hard coded HTML, which I wish to separate out and use HTML::Template.

I have multiple processes running, updating 'status' files. I control the starting/stopping of these via a CGI web page. I have to display the current status of these processes (up to 200) refreshing about every 10 seconds.

The problem is that I'm also using frames. Will I need to set up several templates for the frames and their respective contents, or is there a better way to present the dynamic content (LAYER's perhaps? or HTML::Application?).

perldoc Template didn't give much of a clue, and I couldn't find much in Super Search or on Google (apart from references to JavaScript and DHTML).

Thanks for putting up with me.


'I think the problem lies in the fact that your data doesn't fit my program'.


In reply to HTML::Template and frames by awkmonk

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.