NAME
WWW::canihazip - Returns your ip address using http://canihazip.com
VERSION
version 0.01
SYNOPSIS
use WWW::canihazip;
my $ip = get_ip();
EXPORTS
Exports the get_ip
function.
FUNCTIONS
get_ip
Returns your external ipv4 address.
SEE ALSO
WWW::ipinfo - a similar module that returns your ip address and more
WWW::hmaip - a similar module that returns your ip address
WWW::IP - a wrapper module that uses up to 3 services to retrieve your IP address
AUTHOR
David Farrell <dfarrell@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 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.