Thank you - you've just given me the last bit I've been mising on understanding '\G' (I knew about it, but had failed to produce useful code when I'd tried it before.) Much appreciated!

Unfortunately, with regard to this script, your implementation hits one of the restrictions that I stated: the "mangling" is so extensive that breaking up the text into the 'raw/cooked' bits and then processing each cooked bit (as opposed to the single chunk sans the raw bits) is too expensive, time-wise.

I'm slowly coming to believe that, given my particular requirements, the 'tag-and-reinsert' method may well be the best one. This is reinforced by the fact that there are modules out there that do the same thing (the [% foo.x %] syntax mentioned previously, etc.) Oh well...

Again, thank you for your response.


In reply to Re^2: Anchors, bleh :( by oko1
in thread Anchors, bleh :( by oko1

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.