This is my first try at obfuscation.
#! /usr/bin/perl
use Term::Cap;$l11 = Tgetent Term::Cap;my @ll1 = (
[74,10,1,10,2,10,3,10,4,9,5,8,6,7,6,6,6,5,5,4,4],[
65,18,1,19,1,17,2,20,2,16,3,21,3,15,4,16,4,17,4,18
,4,19,4,20,4,21,4,22,4,14,5,23,5,13,6,24,6],[80,28
,1,28,2,28,3,28,4,28,5,28,6,29,1,30,1,31,1,32,1,33
,2,33,3,29,4,30,4,31,4,32,4],[72,37,1,37,2,37,3,37
,4,37,5,37,6,43,1,43,2,43,3,43,4,43,5,43,6,38,3,39
,3,40,3,41,3,42,3]);for(0..@ll1-1){ my $lll = chr(
shift @{$ll1[$_]});print $l11->Tgoto(pack('H*' ,
'636d'), shift @{$ll1[$_]}, shift @{$ll1[$_]}),
$lll while (@{$ll1[$_]})} print $l11->Tgoto(pack(
'H*' ,'636d'),0,10);##############################
Update:As pointed out by
Trapanator, this doesn't work on Win32. I only tested on Linux.
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.