NAME

Net::MyIP - Get ip address from https://api.myip.com/

SYNOPSIS

use Net::MyIP;
my $ip = Net::MyIP->new->myip();

say $ip->{ip};
say $ip->{country};
say $ip->{cc};

AUTHOR

Rajkumar Reddy, <mesg.raj@outlook.com>

COPYRIGHT AND LICENSE

Copyright (C) 2019 by raj

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.26.1 or, at your option, any later version of Perl 5 you may have available.