I want to let fellow Perl Monks know about the p5ee project that is underway. It is in its early stages right now and needs as much input as it can get. The mailing list is currently very low volume. Most people involved are working on their own ideas that will be brought together in the near future for possible inclusion in the final p5ee.

You can learn more about p5ee at its home page.
A short summary is:
Perl Modules on CPAN are flexible, supporting many different system designs. CPAN supports many redundant modules. In fact, the slogan in Perl is "there's more than one way to do it" (TMTOWTDI).

Developing an Enterprise System is different. It requires many consistent design choices. It requires the successful integration of numerous perl modules. The slogan in P5EE should be "this is one great way to do it".

The fact is that there are many great ways to do it. As a result, the P5EE project supports both the P5EE:: and P5EEx:: (P5EE experimental) module namespaces. Multiple prototypical and experimental versions of "one great way to do Enterprise development in Perl" are expressed through the P5EEx namespace. The goal, however, is to reach a single expression of "one great way to do it". The P5EE namespace represents the consensus of the best great way.

---------------------
The above is from Stephen Adkins page about p5ee.

In reply to P5EE - Perl 5 Enterprise Environment by trs80

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.