Dear monks:

I offer to your infinite wisdom my very first wandering into the arts of obfuscating code.

#/usr/bin/perl -w use strict; $_[$_]=0 for 0..7;my$i; for my$a(grep{s@^00@@}unpack'B8' x28,join'',map{chr}split/\*+/,q{61*31*28*32*20* 40*25*63*63*9*52*58*49*18*30*47*20*2*10*4*8*63*63*1*36*2*13* 30}){$i=0;grep{$_[$i++].=$_}split//,$a;length$_ [0]==8&&print pack'B8',$_ for@_ ;length$_[0]==8&&grep{ $_=0}@_;}print"\n";
As per the tradition set forth by our ancestors, I always try to Use strict and warnings.

Regards.


In reply to My first attempt at obfu by fokat

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.