#!/usr/bin/perl -w use strict; #require "vt100 complilant terminal :)"; print "\033[2J"; # really start here for( my($a,$x,$y,@s)=qw(40 1 0 0 1 0 -1);$a--;push@s,shift@s) { print "\033[",$x+=$s[0] ,";",$y+=$s[1] ,"H\@" for (0..$a) }
|
---|
Replies are listed 'Best First'. | |
---|---|
SHORTER Useless code
by arhuman (Vicar) on Mar 13, 2001 at 03:10 UTC | |
by BooK (Curate) on Mar 14, 2001 at 16:14 UTC | |
by arhuman (Vicar) on Mar 14, 2001 at 16:25 UTC | |
by Gloom (Monk) on Mar 13, 2001 at 19:35 UTC | |
by bobione (Pilgrim) on Mar 13, 2001 at 14:46 UTC | |
Re: Useless .... of course !
by arhuman (Vicar) on Mar 13, 2001 at 19:54 UTC |