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