This is my first obfuscation script. It's not so good, but it has some particular features. First, the whole octal codes are in a rectangular shape. Second, the last part of the script is also printed, either if it is just a semicolon followed by a comment.
#!/usr/bin/perl #$mile by throttle my $mile = "\040\040\040\040\040\040\040\040\040\040\040\137\000\137\1 +37\137\137\137\137\137\137\137\000\137\137\137\137\137\137\137\137\13 +7\137\000 \040\040\040\040\040\040\040\040\040\040\000\057\040\040\040\040\040\0 +40\000\040\000\040\040\000\040\040\040\040\040\040\040\040\040\040\04 +0\134\000 \040\040\040\040\040\040\040\040\040\057\040\040\040\040\040\000\040\0 +40\040\040\040\040\040\040\040\040\000\000\040\040\040\040\040\040\04 +0\134\000 \040\040\040\040\040\040\040\040\057\040\040\040\040\040\040\137\137\0 +40\040\000\040\040\040\040\040\137\137\040\040\000\040\040\040\040\04 +0\134\000 \040\040\040\040\040\040\040\057\040\040\040\040\040\040\057\040\040\1 +34\040\040\040\040\040\057\040\040\134\040\040\040\000\040\040\040\04 +0\134\000 \040\040\040\040\040\040\057\040\040\040\040\040\040\040\134\137\137\0 +57\040\040\040\040\040\134\137\137\057\040\040\040\040\040\040\040\04 +0\134\000 \040\040\040\040\040\040\174\040\040\040\040\040\040\040\040\040\040\0 +40\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\04 +0\174\000 \040\040\040\040\040\040\174\040\040\040\040\040\040\040\040\040\040\0 +40\040\174\040\174\040\040\040\040\040\040\040\040\040\040\040\040\04 +0\174\000 \040\040\040\040\040\040\174\040\040\040\040\040\040\040\040\040\040\0 +40\040\134\137\057\040\040\040\040\040\040\040\040\040\040\040\040\04 +0\174\000 \040\040\040\040\040\040\174\040\040\040\040\040\134\040\040\040\040\0 +40\040\040\040\040\040\040\040\040\040\040\040\040\057\040\040\040\04 +0\174\000 \040\040\040\040\040\040\134\040\040\040\040\040\040\134\040\040\040\0 +40\040\040\040\040\040\040\040\040\040\040\040\057\040\040\040\040\04 +0\057\000 \040\040\040\040\040\040\040\134\040\040\040\040\040\040\134\137\137\1 +37\137\000\137\137\137\137\137\137\137\137\137\057\040\040\040\040\04 +0\057\000 \040\040\040\040\040\040\040\040\134\040\040\040\040\040\040\000\000\0 +40\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\04 +0\057\000 \040\000\040\040\040\040\040\040\040\040\000\134\040\040\040\040\040\0 +40\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\040\05 +7\000\000 \040\040\040\040\040\040\040\040\040\040\134\137\000\137\137\137\137\1 +37\000\137\137\137\137\000\137\137\000\137\137\137\137\137\137\137\13 +7\057\000 \012\044\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\0 +00\000\000\155\000\151\000\154\000\145\041\040\000\073\000\043\051\00 +0\012\000 " ;#) print $mile;
Look at the output and... SMILE!

In reply to $mile! by throttle

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.