Okie, here's something for you...and it's even useful (in case your eyes are tired at the end of a long coding session and decide it might be time to call it a night/morning/afternoon).

I think I might even put this in my path, 'cause after writing obfuscated perl, I need it too.

@x=map(chr,124,47,92,45,95,32);($t[0],$t[1],$t[2])=localtime(time); for(@t){$_='0'.$_ if $_<10}$i[1][1]="$x[5]$x[1]$x[0]$x[5]"; $i[1][2]="$x[5]$x[5]$x[0]$x[5]";$i[1][3]=$i[1][2];$i[1][4]= "$x[5]$x[4]$x[0]$x[4]";$i[2][1]="$x[1]$x[3]$x[3]$x[2]";$i[2][2]= "$x[5]$x[4]$x[4]$x[1]";$i[2][3]="$x[1]$x[5]$x[5]$x[5]";$i[2][4]= "$x[0]$x[4]$x[4]$x[4]";$i[3][1]=$i[2][1];$i[3][2]= "$x[5]$x[5]$x[5]$x[0]";$i[3][3]="$x[5]$x[5]$x[3]$x[0]";$i[3][4]= "$x[2]$x[4]$x[4]$x[1]";$i[4][1]="$x[5]$x[1]$x[5]$x[0]";$i[4][2]= "$x[1]$x[4]$x[4]$x[0]";$i[4][3]=$i[3][2];$i[4][4]=$i[4][3]; $i[5][1]="$x[1]$x[3]$x[3]$x[3]";$i[5][2]="$x[0]$x[4]$x[4]$x[5]"; $i[5][3]="$x[5]$x[5]$x[5]$x[2]";$i[5][4]=$i[2][2];$i[6][1]=$i[5][1]; $i[6][2]=$i[5][2];$i[6][3]="$x[0]$x[5]$x[5]$x[2]";$i[6][4]=$i[3][4]; $i[7][1]=$i[5][1];$i[7][2]="$x[5]$x[5]$x[5]$x[1]";$i[7][3]= "$x[5]$x[5]$x[1]$x[5]";$i[7][4]="$x[5]$x[1]$x[5]$x[5]";$i[8][1]= $i[3][1];$i[8][2]=$i[6][4];$i[8][3]="$x[1]$x[5]$x[5]$x[2]"; $i[8][4]=$i[6][4];$i[9][1]=$i[2][1];$i[9][2]=$i[8][2]; $i[9][3]=$i[7][3];$i[9][4]=$i[7][4];$i[0][1]=$i[9][1];$i[0][2]= "$x[0]$x[5]$x[5]$x[0]";$i[0][3]="$x[0]$x[5]$x[5]$x[0]";$i[0][4]= $i[9][2];print "\n";@T=split(//,"$t[2]$t[1]$t[0]");for $y (1..4) {for $l(@T){print $i[$l][$y].$x[5];}print "\n";}print "\n";

Kickstart


In reply to Something useful by Kickstart

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.