NAME
WWW::hmaip - Returns your ip address using http://geoip.hidemyass.com/ip/
VERSION
version 0.02
SYNOPSIS
use WWW::hmaip;
my $ip = get_ip(); # 54.123.84.6
EXPORTS
Exports the get_ip
function.
FUNCTIONS
get_ip
Returns your ip address, using http://geoip.hidemyass.com/ip/.
use WWW::hmaip;
my $ip = get_ip();
SEE ALSO
WWW::curlmyip - another module that returns your ip address
WWW::ipinfo - a module that returns ip address and geolocation data
AUTHOR
David Farrell <sillymoos@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by David Farrell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.