On 3/8/02 12:18 PM, "Chris Dolan" <chris@clotho.com> wrote: > > Like others did, I built a chart > > perl -le 'for$i(0..9){for$j(0..9){printf"%3d",$i+$j}print}' > 0 1 2 3 4 5 6 7 8 9 .... Speaking of charts - May I revisit Base 36 for a moment? I am playing around with trying to 'visualize' Base 36 in something other than 0..9,A..Z - sort of like using Dominos: ** ** ** __ = Z = 35 = 6x6-1 ** ** ** Instead of boring the group with my baby Perl code, I was wondering if I could suggest a current discussion on this or maybe a possible future Perl Golf session ? ??? -Sx- :]Thread Previous | Thread Next