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::Key - Server key

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;

    key "$name" {
        algorithm $algorithm;
        secret "$secret";
    };

SYNOPSIS

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

ATTRIBUTES

name

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

algorithm

secret

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.