I'm not sure a real newbie needs a persistence layer at all. They should probably use DBI directly. But regardless, I still don't think that too much choice has been shown to be a significant problem for language acceptance, as evidenced by Java. The language with the fewest choices is probably Ruby, and it is currently way below all of its competitors in terms of jobs and popularity (though not in buzz).

I think too much choice is more annoying for people like us, who already know that we want a good perl persistence layer and don't want to wade through CPAN looking for it. The solution for that is a combination of community (CPAN ratings, mailing lists, PerlMonks) and building expertise at identifying good modules. There's no simple answer for it because the question "What do you want from a persistence layer?" is pretty complex.


In reply to Re^3: Perl needs The Solution by perrin
in thread Perl needs The Solution by jimt

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.