Quite easy to deconstruct I think. An interestiung way to japh though....#!/usr/bin/perl -w use strict; $_="qwertyuiopasdfghjklzxcvbnm "; my@b=(m{(.{10})(.{9})(.*)});@b =map{my@a=split//;$_=\@a;}@b; $_="01042222203331033344022222" ."2210433333011333022220430222" ."1030443333011330222222203033" ."3334024022102222204330133333" ."0122222030";my@c=split//;my$a =6;my$b=1;for(@c){$b--if($_==1) ;$a--if($_==2);$a++if($_==3); $b++if($_==4);print @{$b[$b]}[$a] if($_==0);}
In reply to Fun and Games by iamcal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |