Title / Description
Code #!/usr/bin/perl use strict; use warnings; our $x, $y; for ($x=1; $x<=10; $x++) { for ($y=1; $y<=10; $y++) { printf("%3d ", $x*$y); } print "\n"; }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code