The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Whois::Object::Response - an object representation of the RPSL Response 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.

METHODS

new( %options )

Constructor for the Net::Whois::Object::Response class

response( [$response] )

Accessor to the response attribute. Accepts an optional response, always return the current response.

comment( [$comment] )

Accessor to the comment attribute. Accepts an optional comment, always return the current comment.