The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::curlmyip - Returns your ip address using http://curlmyip.com

VERSION

version 0.04

SYNOPSIS

    use WWW::curlmyip;

    my $ip = get_ip(); # 54.123.84.6

WARNING

curlmyip is not currently responding, do not use this module.

EXPORTS

Exports the get_ip function.

FUNCTIONS

get_ip

Returns your ip address, using http://curlmyip.com.

    use WWW::curlmyip;
    my $ip = get_ip();

AUTHOR

David Farrell <dfarrell@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 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.