IP::CountryFlag - Interface to fetch country flag of an IP.
Version 0.02
A very thin wrapper for the hostip.info API to get the country flag of an IP address.
Saves the country flag in the given location for the given IP address. It returns the location of the country flag where it has been saved.
use strict; use warnings; use IP::CountryFlag; my $countryFlag = IP::CountryFlag->new(); print $countryFlag->save(ip => '12.215.42.19', path => './');
Mohammad S Anwar, <mohammad.anwar at yahoo.com>
Please report any bugs or feature requests to bug-ip-countryflag at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IP-CountryFlag. I will be notified & then you'll automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc IP::CountryFlag
You can also look for information at:
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
DEAFilter API itself is distributed under the terms of the Gnu GPLv3 licence.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.