Help for this page
#!/usr/bin/perl use strict; ... printf "\$o(%d) * \$i(%d) = %d\n", $o, $i, $o * $i; } }