NAME
IP::Info::Response - Response handler for the module IP::Info.
VERSION
Version 0.06
DESCRIPTION
Response handler for the module IP::Info and exposes the response data to user.
METHODS
ip_type()
Returns the IP Type.
ip_routing_type()
Returns the IP Routing Type.
carrier()
Returns the IP Carrier.
line_speed()
Returns the IP Line Speed.
asn()
Returns the IP ASN.
organization()
Returns the IP Organization.
organization_type()
Returns the IP Organization Type.
connection_type()
Returns the IP Connection Type.
domain_tld()
Returns the IP Domain TLD.
domain_sld()
Returns the IP Domain SLD.
longitute()
Returns the IP Location Longitude.
latitude()
Returns the IP Location Latitude.
city_cf()
Returns the IP Location City CF.
city()
Returns the IP Location City.
postal_code()
Returns the IP Location Postal Code.
time_zone()
Returns the IP Location Time Zone.
area_code()
Returns the IP Location Area Code.
region()
Returns the IP Location Region.
continent()
Returns the IP Location Continent.
state_code()
Returns the IP Location State Code.
state_cf()
Returns the IP Location State CF.
state()
Returns the IP Location State.
country_code()
Returns the IP Location Country Code.
country_cf()
Returns the IP Location Country CF.
country()
Returns the IP Location Country.
message()
Returns the message.
http_status()
Returns the error code.
+------+-----------------------+
| Code | Message |
+------+-----------------------+
| 200 | Success! |
| 400 | Bad Request |
| 403 | Forbidden |
| 404 | Not Found |
| 408 | Request Timeout |
| 500 | Internal Server Error |
| 503 | Service Unavailable |
+------+-----------------------+
AUTHOR
Mohammad S Anwar, <mohammad.anwar at yahoo.com>
BUGS
Please report any bugs or feature requests to bug-ip-info at rt.cpan.org
or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=IP-Info. 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::Info::Response
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
DISCLAIMER
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.