Net::WhoisNG::Person - Perl extension for Net::WhoisNG


NAME

Net::WhoisNG::Person - Perl extension for Net::WhoisNG


SYNOPSIS

  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.


DESCRIPTION

This is a helper module for Net::WhoisNG that encapsulates a contact.

EXPORT

None.


SEE ALSO

http://www.freebsdadmin.net


AUTHOR

Pritchard Musonda, <stiqs@blackhills.net


COPYRIGHT AND LICENSE

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