One of those doesn't fit in any node things, but i think these may be fun when obfuscated. I can't obfuscate very well, but this leaves all of you some stuff to obfuscate. A worddle is a brainteaser where words and such are arranged in such a way, that they make a well know phraise.

Mind
Matter

is "Mind over matter"

A perddle is the code that generates that worddle. an example would be:
print "mind\nmatter";

another one could be
print "  R  \nN  O\n I B ";
that is Round Robin

a more perl oriented one would be
for($i=0;$i<500;$i++){print "Perl hacker";}print "\n\nPerl Hacker";
guessed what that is yet?

the difficult part is trying to envision what the phrase will be without executing the script it out. I can't obfuscate very well, but this could get really really scary (and fun,difficult,maddening,etc) when obfuscated. i've just put some example perddles, and leave it to all of you to put up new ones, and obfuscate all that you can think of to your hearts content. enjoy!

In reply to wordd...um...perddles by Rydor

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.