Manpages
Menu
Close menu
Search
Browse
Releases
26.04 LTS
(resolute)
25.10
(questing)
24.04 LTS
(noble)
22.04 LTS
(jammy)
20.04 LTS
(focal)
18.04 LTS
(bionic)
Ubuntu Manpages
Close
Search
focal
man(3)
Net::LDNS::RRList.3pm.gz
Net::LDNS::RR
common baseclass for all classes representing resource records.
Provided by:
libnet-ldns-perl (Version: 0.75-6build1)
Report a bug
SYNOPSIS
my $rrlist = $packet->all;
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.