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.

Replies are listed 'Best First'.
Re: Just another JAPH
by Trapanator (Initiate) on Jul 11, 2003 at 14:42 UTC
    Works great on win32: TERM not set at - line 5
      Sorry, should have said in OP. It was only tested on Red Hat 9.