https://github.com/dnmfarrell/www-perltricksip
Retrieves your external IP address
https://github.com/dnmfarrell/www-perltricksip
Last synced: 12 months ago
JSON representation
Retrieves your external IP address
- Host: GitHub
- URL: https://github.com/dnmfarrell/www-perltricksip
- Owner: dnmfarrell
- License: other
- Created: 2015-06-18T15:05:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T20:48:40.000Z (about 10 years ago)
- Last Synced: 2025-03-06T05:43:53.648Z (over 1 year ago)
- Language: Perl
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
Awesome Lists containing this project
README
=pod
=encoding UTF-8
=head1 NAME
WWW::PerlTricksIP - Returns your ip address using L
=head1 WARNING
This module no longer works. Check out L and the modules it uses modules that return your external IP address.
=head1 VERSION
version 0.01
=head1 SYNOPSIS
use WWW::PerlTricksIP;
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::PerlTricksIP;
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) 2015 by David Farrell.
This is free software, licensed under:
The (two-clause) FreeBSD License
=cut