I've been pondering, my recent post has had me wondering if the method I am using is the best?

Hmm, seeing you don't mention what you ARE using or show code I am wondering too....

I need some help organizing what would be best in this situation.

And this situation would be the one that you fail to describe in any relevant detail I suppose. Perhaps that is unfair. You do mention data storage and output formatting which does limit it to say 50% of all the computer code ever written.

  1. Explore CPAN
  2. Define what it is you want to do and why.
  3. See 1 - whatever you are trying to do it will almost certainly have been done before
  4. See 2 based on what you find at 1 as CPAN code has generally been written by people who have thought about it for a long time.
  5. Learn how to ask a question, I have no idea what you are talking about based on what you have written. Nor I venture to say does anyone else.

Speculating on your title, perhaps you are looking for HTML::Template Tutorial as this is an excellent way to deal with databases and HTML output.

cheers

tachyon


In reply to Re: Best method for dynamic page generation? by tachyon
in thread Best method for dynamic page generation? by stonecolddevin

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.