"... data will be stored in flatfiles ..."

I highly recommend that you consider DBD::SQLite instead. Then, when the time comes to switch to a "real" relational database, the process will be much smoother. Also, read A Guide to Installing Modules for information on installing modules in your user space when you don't have root access.

' then turns to me and says "Can your program do that?!?"'

Sure it can ... with the right tools and little work on your behalf. If this were my problem, i would store the data in either a relational database like MySQL or Postgres, or SQLite - then, you can transform that data into HTML, XML, XHTML, an Excel spreadsheet (via Spreadsheet::WriteExcel), YAML ... whatever. Check out DBD::AnyData - you can even use it on a flat file. The CPAN has plenty of 'toys' to make this a fun project. I hope you can find the enjoyment out of putting these Lego™ blocks together, especially in time for the holidays. ;)

jeffa

L-LL-L--L-LL-L--L-LL-L--
-R--R-RR-R--R-RR-R--R-RR
B--B--B--B--B--B--B--B--
H---H---H---H---H---H---
(the triplet paradiddle with high-hat)

In reply to (jeffa) Re: HTML::Table - Advice please by jeffa
in thread HTML::Table - Advice please by meetn2veg

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.