"Jay" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > I love Geo::PostalCode. Did you read the INSTALL file? From the docs,
notice
> > the lwp-download, gunzip, and ./load.pl calls BEFORE perl Makefile.PL is
> > executed:
> >
> &
> I love Geo::PostalCode. Did you read the INSTALL file? From the docs, notice
> the lwp-download, gunzip, and ./load.pl calls BEFORE perl Makefile.PL is
> executed:
>
> To install, run
>
> lwp-download http://tjmather.com/Geo-PostalCode_19991101.txt.gz
> gunzip Geo-Po
error is in the way I'm
> invoking it. Does anyone have experience with this module?
>
I love Geo::PostalCode. Did you read the INSTALL file? From the docs, notice
the lwp-download, gunzip, and ./load.pl calls BEFORE perl Makefile.PL is
executed:
To install, run
lwp-download http://tjmathe
ings;
use strict;
use Geo::PostalCode;
my $gp = Geo::PostalCode->new(db_dir => ".") or die "can't create
Geo::PostalCode object: $!\n" ;
my $record = $gp->lookup_city_state(city => "Jersey City", state =>
"NJ") or die "can't rea