|
Net::WhoisNG::Person - Perl extension for Net::WhoisNG |
Net::WhoisNG::Person - Perl extension for Net::WhoisNG
use Net::WhoisNG::Person; my $p=new Net::WhoisNG::Person; $p->setXXX();
XXX can be one of(Name,Email,Phone,Fax,Country,State,PostalCode,Street,City)
info can be retrieved using the respective getXXX with the above options.
getCredentials() returns a ref to an array of all info.
This is a helper module for Net::WhoisNG that encapsulates a contact.
None.
Pritchard Musonda, <stiqs@blackhills.net
Copyright (C) 2004 by Pritchard Musonda
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
|
Net::WhoisNG::Person - Perl extension for Net::WhoisNG |