
contactlookup.pl

Looks up contacts by domain name.

./contactlookup.pl username password apikey secret domain

$ ./contactlookup.pl username password apikey sharedsecret example.com
Test Contact <test@example.com>
$ ./contactlookup.pl username password apikey sharedsecret '*'
Test Contact <test@example.com>
Jimbo Smith <jimbo@example.net>
$
