in reply to Yet Another JAPH
There are ways to make it system independent...#!/usr/bin/perl use Time::HiRes qw(sleep); my $japh = "\112\165\163\164\040\141\156\157\164\150\145\162\040\120\1 +45\162\154\040\110\141\143\153\145\162"; map{ `cls`;print"$japh\n";$japh = " ".$japh;$japh =~ s/^\s+// if($_ % +70==0);sleep(.05);}(0..1000)
my $a='62696c6c77667269656e6440676d61696c2e636f6d'; while ($a=~m/(^.{2})/s) {print unpack('A',pack('H*',"$1"));$a=~s/^.{2}//s;}
|
|---|