Just as an FYI, open ended all encompasing questions like this generally don't get a lot of help because, well, they sound like the author is trying to get someone to write something for them. That really goes against the purpose of this site, which is to help people learn.

That said, what have you tried so far? What way's are you considering (since you've said that you're unsure of the best way). Have you banged out any code yet? From my expierence, when you're sitting there with no code and you're unsure about the best direction, put your fingers on the keyboard and start typing.

You're not going to get there unless you start someplace. Then when you have some semblence of an idea of how this might be accomplished, come back and ask some more specific questions.

But as of right now, the only thing that anyone could really offer is to say "use CGI", "I'd use a database", "no, I'd use flat files", "why not store it in XML", etc... And from reading your question it's not apparent if you're having trouble with design methodology, syntactical structure or any of the other slew of roadblocks you could hit along the way.

Rich


In reply to Re: Directory Submit by rchiav
in thread Directory Submit by Anonymous Monk

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.