- or download this
!/usr/bin/perl
use strict;
use warnings;
use lib 'lib';
use Geo;
- or download this
use autodie;
use DBD::SQLite;
...
45,-93
48,-104
40,-85
- or download this
package Geo;
sub find_near_counties {
- or download this
my ( $dbh, $lat, $long, $range ) = @_;
...
}
1;