#!/App/Perl/bin/perl -w # # map_info1.pl # # Perl script to output the information for a map grid location. # # (c) Copyright 2000 by Clint Goss, All Rights Reserved. use strict 'vars'; # Pick up our options use Getopt::Std; use vars qw($opt_d $opt_D $opt_f $opt_h $opt_p $opt_v); if (! getopts("dDf:hp:v")) { &usage(); exit; } sub usage { print <