NAME
Net::ISC::DHCPd::Config::KeyValue - Misc option config parameter
DESCRIPTION
See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.
An instance from this class, comes from / will produce one of the lines below, dependent on "quoted".
$name_attribute_value "$value_attribute_value";
$name_attribute_value $value_attribute_value;
This means that this class represents "anything" that does not fall into any of the other categories and can be expressed as a key-value pair.
SYNOPSIS
See "SYNOPSIS" in Net::ISC::DHCPd::Config.
ATTRIBUTES
name
Name of the option - See "DESCRIPTION" for details.
value
Value of the option - See "DESCRIPTION" for details.
quoted
This flag tells if the option value should be quoted or not.
regex
See "regex" in Net::ISC::DHCPd::Config::Role.
METHODS
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.