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

IP::IPwhere - IP address search whith baidu,taobao,sina,pconlie public IP API!

批量ip归属地查询,调用阿里新浪、百度和pconline ip库api接口,也可以增加纯真库,单独 查询,没有整合到本模块中。

试用方法: ./ipwhere.pl 8.8.8.8 8.8.8.6

需要安装perl及扩展LWP::Simple;use JSON;

建议通过cpanm LWP::Simple JSON 一键安装。

VERSION

Version 0.05

SYNOPSIS

Quick summary of what the module does.

use IP::IPwhere; print query(\@ARGV);

METHODS

squery( $IP )

Returns the result of query.

query(\@ipArr)

Returns the result of query for mutis IP whith the style of array res.

getXXXIParea

Returns the result of query of the special web API,include tabao,sina,baidu and pconline.

AUTHOR

Orange, <bollwarm at ijz.me>

BUGS

Please report any bugs or feature requests to bug-ip-ipwhere at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IP-IPwhere. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc IP::IPwhere

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2016 Orange.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.