NAME
WWW::PerlTricksIP - Returns your ip address using http://perltricks.com/services/echo_ip
VERSION
version 0.01
SYNOPSIS
use WWW::PerlTricksIP;
my $ip = get_ip(); # 54.123.84.6
EXPORTS
Exports the get_ip
function.
FUNCTIONS
get_ip
Returns your ip address using http://perltricks.com/services/echo_ip.
use WWW::PerlTricksIP;
my $ip = get_ip();
SEE ALSO
WWW::hmaip - another module that returns your ip address
WWW::ipinfo - a module that returns ip address and geolocation data
AUTHOR
David Farrell <dfarrell@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by David Farrell.
This is free software, licensed under:
The (two-clause) FreeBSD License