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::Whois::Object::Domain - an object representation of a RPSL Domain block

DESCRIPTION

The domain object represents Top Level Domain (TLD) and other domain registrations. It is also used for Reverse Delegations. The domain name is written in fully qualified format, without a trailing " . "

METHODS

new ( %options )

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

domain( [$domain] )

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

descr( [$descr] )

Accessor to the descr attribute. Accepts an optional descr line to be added to the descr array, always return the current descr array.

admin_c( [$contact] )

Accessor to the admin_c attribute. Accepts an optional contact to be added to the admin_c array, always return the current admin_c array.

tech_c( [$contact] )

Accessor to the tech_c attribute. Accepts an optional contact to be added to the tech_c array, always return the current tech_c array.

zone_c( [$contact] )

Accessor to the zone_c attribute. Accepts an optional contact to be added to the zone_c array, always return the current zone_c array.

nserver( [$server] )

Accessor to the nserver attribute. Accepts an optional server to be added to the nserver array, always return the current nserver array.

sub_dom( [$dom] )

Accessor to the sub_dom attribute. Accepts an optional dom to be added to the sub_dom array, always return the current sub_dom array.

dom_net( [$dom_net] )

Accessor to the dom_net attribute. Accepts an optional dom_net value to be added to the dom_net array, always return the current dom_net array.

remarks( [$remark] )

Accessor to the remarks attribute. Accepts an optional remark to be added to the remarks array, always return the current remarks array.

notify( [$notify] )

Accessor to the notify attribute. Accepts an optional notify value to be added to the notify array, always return the current notify array.

mnt_by( [$mnt_by] )

Accessor to the mnt_by attribute. Accepts an optional mnt_by value to be added to the mnt_by array, always return the current mnt_by array.

mnt_lower( [$mnt_lower] )

Accessor to the mnt_lower attribute. Accepts an optional mnt_lower value to be added to the mnt_lower array, always return the current mnt_lower array.

refer( [$refer] )

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

changed( [$changed] )

Accessor to the changed attribute. Accepts an optional changed value to be added to the changed array, always return the current changed array.

source( [$source] )

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