another JAPH. it's not very obfuscated, but i think the idea is quite funny
use IO::Socket;$_='www.perlmonks.org';$t = 80;$a1 = "just";$a2 = " ";
$a3 = "cke";$et = IO::Socket::INET->new(Proto => 'tcp',PeerAddr =>
$_,PeerPort => $t,Timeout => 10,);unless($et)
{die("Could not connect to $_:$t");}$et->autoflush(1);print $et
("HEAD / HTTP/1.0\nHost: $_\n\n");$off = 1;while ($line = <$et>)
{if ($line =~ "Perl Monks - The Monastery Gates"){push (@lalala,$line)
;}}foreach $eee (@lalala){;$r6 = substr ("$eee",6,4);$r1 = substr
("$eee",26,1);$r2 = substr ("$eee",25,1);$r3 = substr ("$eee",24,1);
$r4 = substr ("$eee",19,3);$r5 = substr ("$eee",8,1);$r7 =
substr ("$eee",20,1);}$st = $a1.$a2.$r1.$r2.$r3.$r4.$r5.$a2.$r6.$a2.
$r7.$r1.$a3.$r5;print "$st";
have fun! alfie.
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.