Not sure what this is supposed to be...
I just liked the shape.
#!/usr/bin/perl -w $d="124x65x98x62x41 x35x66x41x88x105x103x104 x42x35x45x35x66x41x111x98x99x 104x118x115x102x42x35x45x35x66x41x 100x115x102x122x42x35x45x35x66x41x118x 111x113x121x115x102x42x35x42x60x103x112x115 x33x41x65x98x42x124x116x48x93x41x48x93x35x48x104 x60x116x48x93x42x48x33x93x35x48x104x60x117x115 x48x66x46x78x98x46x110x94x79x46x91x111x46 x123x94x48x79x46x91x111x46x123x94x66 x46x78x98x46x110x94x48x60x116x48 x79x48x113x115x106x111x117x48 x60x37x96x47x62x35x60x35x 60x102x119x98x109x41x37 x96x42x60x126x126"; for(split(/x/,$d) ){$a.=chr($_-1) ;}eval($a);
Hopefully not too obvious what's going on.

Darkling.
think

In reply to Just another silly pattern by Darkling

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.