Help for this page
# Create the update packet: my $update = Net::DNS::Update->new($OURDOMAIN); ... $res->nameservers("$OURNMSERV"); my $reply = $res->send($update);