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::Engine::NSArray(3) User Contributed Perl Documentation Zonemaster::Engine::NSArray(3)

Zonemaster::Engine::NSArray - Class implementing arrays that lazily looks up name server addresses from their names

    tie @ary, 'Zonemaster::Engine::NSArray', @ns_names

This class is used for the "glue" and "ns" attributes of the Zonemaster::Engine::Zone class. It is initially seeded with a list of names, which will be expanded into proper Zonemaster::Engine::Nameserver objects on demand. Be careful with using Perl functions that act on whole arrays (particularly "foreach"), since they will usually force the entire array to expand, negating the use of the lazy-loading.

These are all methods implementing the Perl tie interface. They have no independent use.

Calle Dybedahl, "<calle at init.se>"

2025-02-24 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.