Scroll to navigation

Zonemaster::Engine::NSArray(3pm) User Contributed Perl Documentation Zonemaster::Engine::NSArray(3pm)

NAME

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

SYNOPSIS

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

DESCRIPTION

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.

METHODS

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

AUTHOR

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

2024-04-22 perl v5.38.2