|
NAMENet::WhitePages - A Perl interface to the WhitePages.com APISYNOPSISuse Net::WhitePages; my $wp = Net::WhitePages->new(TOKEN => "12345"); my $res = $wp->find_person(lastname => "Wall", firstname => "Larry"); DESCRIPTION"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. METHODS
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. BUGSPlease report bugs via the RT queue at https://rt.cpan.org/.VERSION1.02AUTHORDarren Chamberlain <darren@cpan.org>
Visit the GSP FreeBSD Man Page Interface. |