this are my first two obfus. i know they are really simple and easy, but i enjoyed coding them.
@a = (1, 1);push @a, ($a[$#a-1]+$a[$#a]) for 1..22; @st = (x4A,x75,x73,x74,x20,x41,x6E,x6F,x74,x68,x65, x72,x20,x50,x65,x72,x6C,x20,x48,x61,x63,x6B,x65,x72 );my $i = 0;for (0 .. $#a){$re = hex($st[$i++]);push (@hexarray,$re);}foreach $lrlr (@hexarray){$ctr = chr($lrlr);print "$ctr";} --------------------------------------------------- @_ =(7401,1172,1152,1162,3201,6501,1102,1112,1162, 1042,1012,1142,3201,8001,1012,1142,1082,3201,7201, 9701,9901,1072,1012,1142);foreach$__(@_){$e=$__/1000; $r=substr("$e",0,4);$r_r = substr ("$e",4,5);$o_o= "0000e+0";$st = $r . $o_o . $r_r;printf chr($st);}
have fun! alfie.

In reply to 2 stupid obfus! by supa

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.