https://github.com/dnmfarrell/www-curlmyip
https://github.com/dnmfarrell/www-curlmyip
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnmfarrell/www-curlmyip
- Owner: dnmfarrell
- License: other
- Created: 2014-09-18T01:06:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T00:04:51.000Z (about 11 years ago)
- Last Synced: 2025-01-16T16:49:18.934Z (over 1 year ago)
- Language: Perl
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
Awesome Lists containing this project
README
=pod
=encoding UTF-8
=head1 NAME
WWW::curlmyip - Returns your ip address using L
=head1 VERSION
version 0.03
=head1 SYNOPSIS
use WWW::curlmyip;
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::curlmyip;
my $ip = get_ip();
=head1 AUTHOR
David Farrell
=head1 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.
=cut