Net::LDNS::RR - common baseclass for all classes representing resource records.
Contents
Instance Methods
count()
Returns the number of items in the list.
push($rr)
Pushes an RR onto the list.
pop()
Pops an RR off the list.
is_rrset()
Returns true or false depending on if the list is an RRset or not.
perl v5.40.0 2024-10-20 Net::LDNS::RRList(3pm)
Name
Net::LDNS::RR - common baseclass for all classes representing resource records.
Synopsis
my $rrlist = $packet->all;
