I know this seems completly loony and it is! But Can someone explain (its just a tad complicated) but how you can turn:
@a=(Lbzjoftt,Inqbujfodf,
Hvcsjt); $b="Lbssz Wbmm"
;$b =~ y/b-z/a-z/ ; $c =
" Tif ". @a ." hsfbu wj"
."suvft pg b qsphsbnnfs"
. ":n";$c =~y/b-y/a-z/;
print"nn$c ";for($i=0;
$i<@a; $i++) { $a[$i] =~
y/b-y/a-z/;if($a[$i]eq$a
[-1]){print"and $a[$i]."
;}else{ print"$a[$i], ";
}}print"ntt--$bnn";
into
The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
If your not sure how I got this, just try running it in a Dos window or something. I'm only a novice programmer but this makes absolutely no sense!