Scroll to navigation

Zonemaster::LDNS::RRList(3pm) User Contributed Perl Documentation Zonemaster::LDNS::RRList(3pm)

NAME

Zonemaster::LDNS::RR - common baseclass for all classes representing resource records.

SYNOPSIS

    my $rrlist = $packet->all;

INSTANCE METHODS

Returns the number of items in the list.
Pushes an RR onto the list.
Pops an RR off the list.
Returns true or false depending on if the list is an RRset or not.
2024-04-21 perl v5.38.2