Help for this page

Select Code to Download


  1. or download this
    foreach my $x (0..$maxx) {
      foreach my $y (..$maxy) {
        if (my $area= get_area($x,$y,virtgridsize,'town')) {
          
    ...