It's not realy obfu but it's my first JAPH and I am proud of it.

#!/usr/bin/perl $_ = "\x8f". "\x00". "\x8d\x00\x96\x00". "\x91\x00". "\x8b\x00". "\xdf\x00". "\xdd\x00\xb5\x00". "\x8a\x00". "\x8c\x00". "\x8b\x00". "\xdf". "\x00\xbe". "\x00". "\x91\x00". "\x90". "\x00". "\x8b\x00". "\x97". "\x00\x9a". "\x00". "\x8d\x00\xdf\x00". "\xaf\x00". "\x9a". "\x00". "\x8d". "\x00\x93\x00\xdf". "\x00\xb7". "\x00". "\x9e". "\x00". "\x9c\x00". "\x94". "\x00". "\x9a". "\x00". "\x8d". "\x00\xde\x00\xa3". "\x00". "\x91". "\x00". "\xdd\x00\xc4\x00". "\xf5"; @identity=split("\x00");foreach(@identity) {$first_name=unpack "H",$_;$last_name=unpack "h",$_; $_=pack("c",255-hex("$first_name$last_name"));} $me=join("",@identity); eval $me;

In reply to My First JAPH by SleepNot

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.