table of contents
Net::Whois::Object::Information(3) | User Contributed Perl Documentation | Net::Whois::Object::Information(3) |
NAME¶
Net::Whois::Object::Information - an object representation of the RPSL Information block
DESCRIPTION¶
output starting with the % sign is either a server response code or an informational message. A comment contains a white space after the % sign, while server messages start right after the % sign. Please see Appendix A2 "RIPE Database response codes and messages" for more information.
* An empty line ("\n\n") is an object delimiter.
* Two empty lines mean the end of a server response. The "members:" attribute lists the members of the set. The "members:" attribute is a list of AS numbers, or other as-set names.
METHODS¶
new ( @options )¶
Constructor for the Net::Whois::Object::Information class
comment( [$comment] )¶
Accessor to the comment attribute. Accepts an optional comment to be added to the comment array, always return the current comment array.
2021-04-12 | perl v5.40.0 |