Fun. I do like how you hide your data. That's a track I've been exploring - hide the data well, and then try to write obfuscated code to decrypt it.

The heavy-hitting obfuscators here could give you more advice, but something I'm just learning now is more misdirection. A stage magician learns not only how to palm an object well, but also how to direct focus to something else while doing it. After working through your spacing, alternate quotes, and use of a confusing variable, you still have well hidden data but it can be worked out. If there was more in there that looked important but wasn't it would add another layer.

Two ideas along that range would of been calls that seemed to to important but wereent, and extra, false, characters in your character list.

Of course, I'm still struggling to do something like that in the first place. 8) Don't take this as a critism - I liked it quite a bit. Just sharing my thoughts as I work towards better obfuscations myself. Other good tricks to hiding would include functions that can take a different number of arguments then normal. For example, split can take a limit as a third parameter - imagine using that to weed out false data which would otherwise mess up your data order from the sort.

Hope these comments have been useful. I like it, ++.

=Blue
...you might be eaten by a grue...


In reply to Re: JAPH in one for loop by Blue
in thread JAPH in one for loop 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.