Help for this page

Select Code to Download


  1. or download this
    foreach $ts ($te->table_states) {
      print "Table found at ", join(',', $ts->coords), ":\n";
    ...
        print "   ", join(',', @$row), "\n";
      }
    }