in reply to Frequency analysis of the digits of the result of a multiplication
This seemed like a good time to use map.for my $digit (0 .. 9) { print "$digit\t"; print map { ($_->[$digit]||=0)."\t" } reverse @fh; print "\n"; }
:-)
Yves / DeMerphq
--
Have you registered your Name Space?
|
|---|