The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.stiqs.org

AUTHOR

Pritchard Musonda, <stiqs@stiqs.org<gt>

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.