# Not obfuscated in the sense of what is being done, by any means.
# The regexes are obvious, as is setting $_ and using print
# The result is that which is obfuscated

$_ = q{xxxxx_-n-x.--'x|-n-/___^x|xxxxx.--.-n-xxxxjxuxxxxsxxxxt-n-xxx/x +x|xx/`xxxxxx'.-n-xxaxxxnotxxxxhxxxxer-n-xx\xxxxxxxxx|xxxxxx|\-n-xxxpx +xxxexxxrxxxxxxl\|-n-xxxx\xx/'----`\xxx/-n-xxxx|||xxxxxxx\\x|-n-xxxx(( +|xxxxxxxx((|-n-xxxxhacxxxxxxxxker-n-xxx//_(xxxxxxx//_(};s/-n-/\n/g;s/ +x/ /g;print;

# Another, done the same, different display

$_ = q{xxxxxxxxxxxxxxxxxxxxxxx,.-n-xxxxxxxxxxx.xxxxxxxxxxx:%%%.xxxx.%% +%.-n-xxxxxxx__%%%(\xxxxxxxx`%%%%%xxx.%%%%%-n-xxxxx/.xx^xx'%xxxxxxxx%% +%%x%:x,%xx%%"`-n-xxxx'__..xx,'%xxxxx.-%:xxxxx%-'xxxx%-n-xxxxx~~""%:.x +`xxxxx%x'xxxxxxxxxx.xxx`.-n-xxxxxxxxx%%x%x`xxxjustanotherperlhacker-n +-xxxxxxxxxx%%:.x`-'xxx`xxxxxxxx.%%x.x%:x:\-n-xxxxxxxxxx%(%,%..."xxx`% +,xxxxx%%'xxx%%x)x)-n-xxxxxxxxxxx%)%%)%%'xxx)%%%.....-x'xxx"/x(-n-xxxx +xxxxxxx%a:f%%\x%x/x\`%xx"%%%x`xxx/x\))-n-xxxxxxxxxxxx%(%'xx%x/-.x\xxx +xxx'xx\x|-.x'.-n-xxxxxxxxxxxx`'xxxx|%xxx`()xxxxxxxxx\|xx`()xxxxxx-n-x +xxxxxxxxxxxxxxxxx||xxxx/xxxxxxxxxx()xxx/xxxxxxx-n-xxxxxxxxxxxxxxxxxx( +)xxx0xxxxxxxxxxxx|xxo-n-xxxxxxxxxxxxxxxxxxx\xx/\xxxxxxxxxxxxox/-n-xxx +xxxxxxxxxxxxxxxxoxx`xxxxxxxxxxxx/-|-n-xxxxxxxxxxxxxxxx,-/x`xxxxxxxxxx +x,-};s/-n-/\n/g;s/x/ /g;print;

--
notsoevil
--


In reply to Be one with the Camel by notsoevil

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.