The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Geo::SypexGeo - API to detect cities by IP thru Sypex Geo database

SYNOPSIS

 use Geo::SypexGeo;
 my $geo = Geo::SypexGeo->new( './SxGeoCity.dat' );
 my $city = $geo->get_city( '87.250.250.203' );

DESCRIPTION

Sypex Geo is a database to detect cities by IP.

http://sypexgeo.net/

The database of IPs is included into distribution, but it is better to download latest version at http://sypexgeo.net/ru/download/.

The database is availible now only with a names of the cities in Russian language.

This module now is detect only city name and don't use any features to speed up of detection. In the future I plan to add more functionality.

SOURCE AVAILABILITY

The source code for this module is available from Github at https://github.com/kak-tus/Geo-SypexGeo.git

AUTHOR

Andrey Kuzmin, <kak-tus@mail.ru>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Andrey Kuzmin

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.