FastNetMon

Tuesday 13 September 2011

Работа с geoip из Perl в Debian

Устанавливаем ПО:
apt-get install -y libgeo-ip-perl

Вызываем из кода:
perl -e 'use Geo::IP; my $gi = Geo::IP->open("/usr/share/GeoIP/GeoIP.dat", GEOIP_STANDARD); print $gi->country_code_by_addr("81.21.yy.xx");'

В ответ скриптом будет выдан

No comments :

Post a Comment

Note: only a member of this blog may post a comment.