I like the nested evals and the misdirection.++
$a=q%ptsneehe^ $a=~s#\S#push@b,$&#eg;for$a(0..7){for(0..3){$z.=$b[$a]; r"torrar^ $a+=8}};$|=1;$z=~s#_# #g;$z=~s#"(.*)"#'$_)/10for("'.joi +n iJ_t_lc,^ ('","',split//,$1).'",$/)'#e;eval'select$q,$q,$q,('.$z; nuahP_k"^ %; $a=~s#\^(.*?)\n#$b.=$1;""#eg; # $a == 'ptsneehe r"torrar iJ_t_lc, nuahP_k"' #eval$b;
Interesting way to combine the data and the code. Moving on into the first eval...
$a=~s#\S#push@b,$&#eg; # @b == split//,'ptsneeher"torrariJ_t_lc,nuahP_k"' for$a(0..7){ for(0..3){ $z.=$b[$a]; $a+=8 } }; # $z == 'print"Just_another_Perl_hacker,"' $|=1; $z=~s#_# #g; # $z == 'print"Just another Perl hacker,"'
Now we just eval $z, right? Nope, guess again!
$z=~s#"(.*)"#'$_)/10for("'.join ('","',split//,$1).'",$/)'#e; #eval'select$q,$q,$q,('.$z;
Moving on into the second eval...
select$q,$q,$q,(print$_)/10 for("J","u","s","t"," ","a","n","o","t","h","e","r"," ", "P","e","r","l"," ","h","a","c","k","e","r",",",$/)
Which does (almost) the same thing at 10 characters/second. A minor nitpick: the $/ is not canonical.

In reply to Re: updown by jdalbec
in thread updown by teamster_jr

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.