my $city = $reader->city( ip => '24.24.24.24' ); my $country = $city->country(); #### print $country->name(), "\n"; #### print $country->country()->name(), "\n";
## print $country->name(), "\n"; ##
## print $country->country()->name(), "\n";