Help for this page

Select Code to Download


  1. or download this
    for my $row (0..8) {
       for my $col (0..8) {
    ...
          $data[$row][$col] = \@record;
       }
    }
    
  2. or download this
    for my $row (0..8) {
       for my $col (0..8) {
    ...
          }
       }
    }