Planning: 20 mins
Coding: 10 mins
Formatting: 90 mins!

At least it killed time on a long flight!

$_="Who am I?"; my@f=unpack("C*",$_); $f[9]=$f[3]+$f[6]+$f[7]- $f[8];$f[25]=$f[5]-$f[9]+$f[7] ;$f[10]=$f[2]+$f[2]-$f[1]-$f[9]+ $f[7];$f[17]= $f[12]=$f[10]+ $f[7]-$f[9]; $f[11]=$f[12] +$f[7]-$f[9]; $f[26]=$f[21] =$f[13]=$f[3] ;$f[28]=$f[14] =$f[3]+$f[6]+ $f[13]-$f[7] +$f[9];$f[15] =$f[5]+$f[9] -$f[7];$f[16] =$f[2];$f[27] =$f[18]= $f[1];$f [31]=$f[ 23]=$f[19]=$ f[2]-$f[4]+$ f[0];$f[32] =$f[24]=$f[20] =$f[11]+$f[7]- $f[9];$f[22]= $f[10]+$f[10] +$f[10]-$f[0] -$f[0]-$f[14] ;$f[29]=$f[4 ]+$f[10]-$f[ 11];$f[30]=$ f[10]+$f[ 0]-$f[4]; print pack ("C*" ,@f[9 ..32]);

In reply to First JAPH by johnlawrence

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.