The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::ISC::DHCPd::Config::Zone - Server Zone

DESCRIPTION

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.

An instance from this class, comes from / will produce the block below:

    $name_attribute_value $value_attribute_value;

    zone $name {
        primary $primary;
        key $key;
    };

SYNOPSIS

See "SYNOPSIS" in Net::ISC::DHCPd::Config.

ATTRIBUTES

name

Name of the Zone - See "DESCRIPTION" for details.

primary

key

regex

See "regex" in Net::ISC::DHCPd::Config::Role.

children

Modules with slurp need this special children variable to trick the parser into recursively processing them.

METHODS

slurp

This method is used by "parse" in Net::ISC::DHCPd::Config::Role, and will slurp the content of the function, instead of trying to parse the statements.

captured_to_args

See "captured_to_args" in Net::ISC::DHCPd::Config::Role.

generate

See "generate" in Net::ISC::DHCPd::Config::Role.

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.