Multiplication Table by dcutter

for 1..12->$x{for 1..12{printf "%3d",$x*$_;my$n=' ';$n="\n"if$_==12;print $n}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page