The mod_perl2 User's Guide by Stas Bekman (who also wrote Practical mod_perl with Eric Cholet) and Jim Brandt has been released at last. 50% of the proceeds from the sale of this book will go to The Perl Foundation.

From the website:

If you aren't familiar with mod_perl, it's a combination of Perl and Apache. Apache is the most popular free and open source webserver that delivers most of the pages on Internet. Perl is a very popular programming language, that used to be the language of choice for web-programming (though now many other languages are widely used, some more popular than the others). And finally mod_perl allows programmers to develop the software in Perl and take advantage of a very rich API that Apache provides (and which is not available through the CGI interface).
For those of you who don't know Stas, he was one of the key authors of mod_perl2 and was sponsored by TicketMaster for 2 (or more?) years to work on mod_perl. I can think of few people more knowledgeable about this subject.

In reply to mod_perl2 User's Guide released by clinton

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.