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::Subclass - Subclass 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".

    subclass "$name" "$value";

SYNOPSIS

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

ATTRIBUTES

name

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

value

Value of the subclass - See "DESCRIPTION" for details.

quoted

This flag tells if the subclass value should be quoted or not.

namequoted

This flag tells if the subclass name should be quoted or not.

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.