GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::WhitePages(3) User Contributed Perl Documentation Net::WhitePages(3)

Net::WhitePages - A Perl interface to the WhitePages.com API

    use Net::WhitePages;

    my $wp = Net::WhitePages->new(TOKEN => "12345");
    my $res = $wp->find_person(lastname => "Wall", firstname => "Larry");

"Net::WhitePages" provides a simple perl wrapper for the whitepages.com API (see http://developer.whitepages.com/ for details). The interface matches the API exactly; see http://developer.whitepages.com/docs for a description of it.

You'll need to have a whitepages.com API token to function; see http://developer.whitepages.com/ for a sign-up link and terms of service.

WhitePages.com places strict usage limitations, which this module does not attempt to enforce.

find_person
Search by a person's name and location to find the person's complete address and phone number. See http://developer.whitepages.com/docs/Methods/find_person for more details.
reverse_phone
Search by phone number to find the related name and address. See http://developer.whitepages.com/docs/Methods/reverse_phone for details.
reverse_address
Search by street address to find the related name and phone number. See http://developer.whitepages.com/docs/Methods/reverse_address for details.

Each method returns a serialized version of the results data; see http://developer.whitepages.com/docs/docs/Responses/Results_Response for details on it looks like.

Please report bugs via the RT queue at https://rt.cpan.org/.

1.02

Darren Chamberlain <darren@cpan.org>
2008-06-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.