jeffa is an excellent Perl hacker with good advice but do not use Class::DBI (CDBI in dialect); which would be a fine choice if there weren't alternatives but there have been for a decade. If you want an ORM style DB interface/model there are a few preferable including and especially DBIx::Class (DBIC in dialect). It's much faster, better designed, more extensible, and doesn't turn to spaghetti on edge cases.

sundialsvc4 has barely been able to compose two or three nodes of valid Perl in all his years and 4,000+ posts here. And his advice all but told you that could do your project without writing any code. If you take that kind of guidance at face value, you're going to have a bad time with Perl and in life for that matter. No links, no code, no concrete action to take > /dev/null 2>&1. Please also see Worst Nodes; as of this moment he occupies 4/5 Today, 9/10 Week, 9/10 Month, 10/20 Year.


In reply to Re^2: Need generic advise on how to use modern perl for building webpage and which modules should be installed. by Your Mother
in thread Need generic advise on how to use modern perl for building webpage and which modules should be installed. by Perl300

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.