demo.table

Low-level HTML programming

Instead of writing down the complex HTML table constructs for the 1x1 chart we program it with the control structures of Perl language.

"; for (my $i=1; $i <= $end; $i++) { print ""; } print ""; # side bar and content print"\n"; for (my $i=1; $i <= $end; $i++) { print ""; for (my $j=1; $j<= $end; $j++) { print ""; } print"\n"; } !>
x$i
$i", $i*$j, "