Rolf I realize there are regex resources. But just citing them all doesn't mean any, or all describe "ee", for example:
Metacharacters Modifiers Overview Details on some modifiers /x and /xx Character set modifiers /l /u /d /a (and /aa) Which character set modifier is in effect? Character set modifier behavior prior to Perl 5.14
Not knowing that "ee" even exists , and it not being in this doc's modifier list, well, is less than useful? I agree if I studied maybe 12 regex guides I might eventually get to "ee" but that would be like Christmas by then. I tossed my Camel book having read it cover to cover in the 2000s but I don't recall ee in there either.. But it was a long time ago..

Suggesting a bot that answers every question on every Perl forum with "read the docs"? But some questions are so obscure (like this) that if answered at all, its buried. I've successfully programmed in Perl since 1995 never knowing about or needing "ee" for example..

Sometimes YOU are a much better resource than a mountain of docs.


In reply to Re^2: How can I force a regex to interpolate a substituted block? by misterperl
in thread How can I force a regex to interpolate a substituted block? by misterperl

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.