hmmmm...... Some of the tools you'll need, as plaid has pointed out, are a database. It sounds like the site your thinking of will probably grow fairly large. So I would put some thought into the database software. mSQL or MySQL are probably the most "standard" choices for perl programmers. There are perl moduals for both at CPAN. The next bit that i would like to give you in addition to supporting plaid is to make sure that you benchmark everything. It is arguable that benchmarking isn't a must for a non commerical site but it is definately a must for all commercial sites. You can find, um the last i looked someone correct me if im wrong, two benchmarking moduales at CPAN the more standard (ie. its documented in the nutshell book) is Benchmark.pm. Just because there is more than one way to do it, doesnt mean that all ways are equal. I would suggest the Advanced Perl Programming book from O'Reilly. For a fuller understanding of data structures in Perl, and OO Perl programming, also see the perltoot in the standard perl documentation. UM... and regular expressions will be handy too. Good luck

lm little_mistress@mainhall.com


In reply to Re: where to start? by little_mistress
in thread where to start? by chrisharris

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.