The best link seems to be from the perl.apache.org site, where they have a detailed page on moving to 2.0, including an option to run 2.0 in 1.0 emulation mode. From the site:

As it will be explained in details later, loading Apache2::compat at the server startup, should make the code running properly under 1.0 work under mod_perl 2.0.

Regarding the SUSE Linux link above, I'm pretty sure mod_perl 2.0 is stable; the 1.9x series was the unstable branch leading up to 2.0 stable, if I recall correctly. It might still be tagged as unstable in SUSE's repository, due to bugs on that platform. I know it's still considered unstable on Win32, if that helps. Best to check whatever OS you're running on, along with upgrading to as recent a version of Perl as is reasonable for your setup.

Does that help any?

----Asim, known to some as Woodrow.


In reply to Re: old mod_perl news by Asim
in thread old mod_perl news by pajout

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.