d/l the code, save in a file, and run... sorry for the big line of DATA

#!perl -w use strict; use vars qw/$n/; $_ = join 'e', split 'm', join '"', split 'j', join 's', split 'z', join 'n', split 'f', join ' ', split 'x', join '',map{chr}split'00', join '', map{$_ eq '000'?'0 00':$_} map{$n++ % 2?'0' x $_ :$_} split '0', <DATA>;# split '1', eval and die; __END__ 1120201140201010502010102020116020120301010602074020117020122020116020 +120306502010102020111020116020101040201010902011402012030803010109020 +114020101080201203072020970209902010107020101090201140201203087020101 +04020111020120301010602059

He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

Chady | http://chady.net/

In reply to Split 'n Join by Chady

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.