Annotation of register/prgsrc/updatemap.pl, revision 1.1

1.1     ! boris       1: #!/usr/bin/perl
        !             2: 
        !             3: =pod
        !             4: 
        !             5: =head1 NAME 
        !             6: 
        !             7: updatemap.pl - update map of regions for Club register
        !             8: 
        !             9: =head1 SYNOPSIS
        !            10: 
        !            11: updatemap.pl
        !            12: 
        !            13: =head1 DESCRIPTION
        !            14: 
        !            15: The script searches for latitudes and longitudes of CHGK regions
        !            16: and outputs them superimposed on the world map. The world map
        !            17: is taken from the gnuplot distribution. Then the script outputs
        !            18: an include file for register.cgi(1)
        !            19: 
        !            20: =head1 AUTHOR
        !            21: 
        !            22: Boris Veytsman
        !            23: 
        !            24: =head1 DATE
        !            25: 
        !            26: $Date: 2001/09/20 21:49:35 $
        !            27: 
        !            28: =head1 REVISION
        !            29: 
        !            30: $Revision: 1.8 $
        !            31: 
        !            32: =cut

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>