in reply to mod_perl2 on OS X

Thats a bug somewhere inside mod_perl's handling of <Perl> sections. Replace <Perl> with <Perl >. Note the space. And replace the closing tag with </Perl>. Your config should look like this:
<Perl > </Perl>
Please take care of the spaces in front of the closing tag too.
Boris