logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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;

See Also