'Your code is so complex it would take quite some time for me to understand it '

Certainly it depends on what a person is used to. Let's agree we approach things differently at this point.

Note that I *am* concerned about generating code that is opaque to others, and am taking your comment seriously.

The interesting bit is your benchmark results.... I went back to look at the benchmark I ran last night.

Oops.

Typo.

I stand corrected, my code is slower.
I'd set up a test string that was less than 100 characters. So the extra ops were not even looked at and once that was corrected, my code was approximately 3 times slower. Darn.

I do thank you for the time you've spent on me. While you might think it wasted, I certainly do not.

\s

In reply to Re^7: substr question by stevenmay
in thread substr question by Anonymous Monk

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.