Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl  --
    use strict;
    ...
    $tableCellData[0][1] = 'foo';
    print "----\n";
    print $$_,"\n" for @table;
    
  2. or download this
    0,0
    0,1
    ...
    foo
    1,0
    1,1