NAME
Config::Universal - Universal object oriented config file reader
SYNOPSIS
use Config::Universal;
my $conf=new Config::Universal();
DESCRIPTION
This module is designed to read object structured config files.
METHODS
ReadConfigFile
($filename)-
This method reads the config file. If this fails, the method returns a non zero value.
GetVar
()GetVar
($varname)-
With no $varname, the list of global variables in the configfile is returned. If the $varname is specified, the value of the given name is returned.
GetObject
()GetObject
($objecttype)GetObject
($objecttype,$objectname)-
With no paramaters, the method returns the list of available object types in current config.
If the $objecttype is specified, the list of objectnames in the given $objecttype is returned.
If $objecttype and $objectname is specified, the value ob the described variable is returned.
AUTHORS
Config::Universal by Hartmut Vogler.
COPYRIGHT
The Config::Universal is Copyright (c) 2005 Hartmut Vogler. Germany. All rights reserved.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 414:
You forgot a '=back' before '=head1'