|
NAMEZonemaster::Engine::NSArray - Class implementing arrays that lazily looks up name server addresses from their names SYNOPSIStie @ary, 'Zonemaster::Engine::NSArray', @ns_names DESCRIPTIONThis 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. METHODSThese are all methods implementing the Perl tie interface. They have no independent use. AUTHORCalle Dybedahl, "<calle at init.se>"
|