Subject: | ws hostname having connectivity problems, www works great |
I tried passing another URL into new:
$geo = Geo::GeoNames->new(url => 'http://www.geonames.org');
I got some complaints trying to do this.
The host http://ws.geonames.org was having problems so I hardcoded
http://www.geonames.org into your script and recompiled it. Things are
working much faster now.
You might want to take a look at switching and fixing passing a url as
an argument to new. I also might have done something stupid.
Thanks.