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

NAME

phoneinfo - Make use of Phone::Info. Search for information and display it.

SYNOPSIS

phoneinfo -l <lastname> [-f <firstname>] [-h <house>] [-s <street>] [-c <city>] [-S <state>] [-z <zip>] [-m (0|1)] [-A <areacode>] phoneinfo -t fp -l <lastname> [-f <firstname>] [-h <house>] [-s <street>] [-c <city>] [-S <state>] [-z <zip>] [-m (0|1)] [-A <areacode>] phoneinfo -t ra -s <street> [-a <apt>] [-h <house>] [-c <city>] [-S <state>] [-z <zip>] [-A <areacode>] phoneinfo -t rp -p <phone> [-S <state>]

USAGE

You will need to set the Whitepages.com API TOKEN to use via setting $ENV{WHITEPAGESTOKEN}.

SWITCHES

-t <type>

This is the type. The default is 'fp'.

fp

Call the find_person method.

ra

Call the reverse_address method.

rp

Call the reverse_phone method.

-a <apt>

Apartment number.

-h <house>

House number.

-s <street>

Street name.

-c <city>

City.

-S <state>

State.

-z <zip>

The 5 digit zip code.

-A <areacode>

Area code.

-m (0|1)

Wether or not the metro area should be searched as well.

-p <phone>

Phone number.

-f <firstname>

First name.

-l <lastname>

Last name.

EXIT CODES

Any exit codes reflect the error codes returned by Phone::Info.

AUTHOR

Copyright (c) 2009, Zame C. Bowers <vvelox@vvelox.net>

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE xFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS` OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

SCRIPT CATEGORIES

Search

OSNAMES

any

SEE ALSO

Phone::Info

README

phoneinfo - Make use of Phone::Info. Search for information and display it.