Help for this page

Select Code to Download


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