$cow = ' x /\ x x x / \ x x / \ x x * x Y \ | (__) | x x x /| (oo) |\ * x / | /\/\ | \ x x x / |=|==|=| \ x * x / | | | | \ x x Y USA | ^||^ |NASA \ x x |______| ^^ |______| x x (__||__) x x x x /_\ /_\ x x x Y !!! !!! '; $cow =~ s/\s//g; $cells = ($cow =~ s/[^xY]//g); print map{chr($cells+$_)} map { $_ =~ tr/x//} split /Y/, $cow;
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: holy cow
by princepawn (Parson) on Oct 20, 2000 at 19:49 UTC |