|
NAMEConfig::Objective::Boolean - boolean data type class for Config::ObjectiveSYNOPSISuse Config::Objective; use Config::Objective::Boolean; my $conf = Config::Objective->new('filename', { 'boolobj' => Config::Objective::Boolean->new() }); DESCRIPTIONThe Config::Objective::Boolean module provides a class that represents a boolean value in an object so that it can be used with Config::Objective. Its methods can be used to manipulate the encapsulated boolean value from the config file.The Config::Objective::Boolean class is derived from the Config::Objective::DataType class, but it defines/overrides the following methods:
AUTHORMark D. Roth <roth@uiuc.edu>SEE ALSOperlConfig::Objective Config::Objective::DataType
Visit the GSP FreeBSD Man Page Interface. |