Help for this page
#!/usr/bin/perl use Park; ... print $p->str_grid; # print the grid visually exit(0);
package Park; use strict; ... } 1;