As the title says, are there issues running Parse::RecDescent under mod_perl?

I googled for this and only found one place that mentions there being issues and that was a presentation by a perlmonk, juerd. His presentation is at http://juerd.nl/files/slides/2004dpw/en/slides.html.

In it, he says that:

#  Special variables: NEVER use $`, $& and $'
# Or modules that use them

    * Text::Balanced
    * Parse::RecDescent
    * re (use re 'debug' is not lexical!)
    * and more... 

But I couldn't find any other references on Google to people having issues running RecDescent under Mod_perl. In fact, the stuff I found implied that people were runnning it successfully. Including links I found here in the monastary, Running Parse::RecDescent Under mod_perl

I don't want to go through the effort of writing my code using Parse::RecDescent if it will not work under mod_perl, but my confidence in being able to use them together is shaken by my research. So, any thoughts?


In reply to Are there issues running Parse::RecDescent under Mod_Perl? by johannz

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.