An open API service indexing awesome lists of open source software.

https://github.com/dnmfarrell/www-hmaip


https://github.com/dnmfarrell/www-hmaip

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

          

=pod

=encoding UTF-8

=head1 NAME

WWW::hmaip - Returns your ip address using L

=head1 VERSION

version 0.02

=head1 SYNOPSIS

use WWW::hmaip;

my $ip = get_ip(); # 54.123.84.6

=head1 EXPORTS

Exports the C function.

=head1 FUNCTIONS

=head2 get_ip

Returns your ip address, using L.

use WWW::hmaip;

my $ip = get_ip();

=head1 SEE ALSO

L - another module that returns your ip address

L - a module that returns ip address and geolocation data

=head1 AUTHOR

David Farrell

=head1 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.

=cut