Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    close $ifh;
    
    print Dumper(\@sites);
    
  2. or download this
    $VAR1 = [
              {
                's' => '59',
    ...
                'lat1' => '-41'
              },
    ...