This is my very first obfuscated code.
#!/usr/bin/perl use Time::HiRes usleep; $|=1;@_=(65,108,108,32,121,111,117,114,32,98, 97,115,101,115,040,97,114,101,040,98,101,108, 111,110,103,32,116,111,32,117,115,97,76,42,69 ,24,29,85,6,72,07,65,35,04,29,68,00,82,53,69, 16,9,76,39,15,04,75,17,29,83,85,83);print(map {chr}(@_[0..$#_/2],13));_:{print(($_!=0?chr(8 ):"").chr($_[$_]^$_[$_+($#_/2)+1]))&&usleep(( 1<<18)/$.)for(0..++$.-1);$.>$#_>>1||redo _;};

In reply to JAPPH? by wiredrat

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.