Zonemaster::LDNS::RR - common baseclass for all classes representing resource records.
my $rrlist = $packet->all;
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.
To install Zonemaster::LDNS, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Zonemaster::LDNS
CPAN shell
perl -MCPAN -e shell install Zonemaster::LDNS
For more information on module installation, please visit the detailed CPAN module installation guide.