Hello everyone!
This is my fist and simple but not very obfu (compared to titans already posted) perl program.
I posted it so you can mock, err.. praise my skills :-)
It's dedicated to my girlfriend, Nicole; hence the output is what it is. I'm planning to have it printed on a T-shirt.
#!/usr/bin/perl
print map{chr(1+2**5+5*$_)}split//,(eval{@n=split//,'1110011111';
map{$s+=2**(@n-1)*(shift @n)}@n;$s;}),"\n";
Cheers!
Update:
Meanwhile in the nearest galaxy I have put this on my t-shirt:
#!/usr/bin/perl
$d=sub{@n=map{&$x($_)} split//,$_[0];
map{$s+=2**(@n-1)*(shift @n)}@n;$s;};
$y=sub{NIKDDVTNNS}; $x=sub{(ord$_[0])
>(2**6+6)?1:0};print map{chr(1+2**5+5
*$_)}split//,(&$d(&$y));
I wonder if in ten years I will be able to decipher it :-)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.