GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::LDNS::RR(3) User Contributed Perl Documentation Zonemaster::LDNS::RR(3)

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

    my $rr = Zonemaster::LDNS::RR->new('www.iis.se IN A 91.226.36.46');

This class overloads stringify and comparisons ('""', '<=>' and 'cmp').

Creates a new RR object of a suitable subclass, given a string representing an RR in common presentation format.

Returns the owner name of the RR.
An alias of owner().
Returns the ttl of the RR.
Return the type of the RR.
Returns the class of the RR.
Returns a string with the RR in presentation format.
Compares two Zonemaster::LDNS::RR. The TTL field is ignored, and the comparison of domain names is case insensitive.

Returns an integer, where 0 indicates equality.

Calls the XS "compare" method with the arguments it needs, rather than the ones overloading gives.
Calls the XS "string" method with the arguments it needs, rather than the ones overloading gives. Functionally identical to string() from the Perl level, except for being a tiny little bit slower.
The number of RDATA objects in this RR.
The raw data of the RDATA object in the given position. The first item is in position 0. If an attempt is made to fetch RDATA from a position that doesn't have any, an exception will be thrown.
2024-11-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.