cfgfile - a Perl module for low-level utility function to access a config file.
use cfgfile;
This module reads an write configuration files given by Config::General module from CPAN.
The function calls dbdrv::dberror()
if the loading of the driver failed. See also "error handling" further below.
It checks the existance of config file global and local and join the structure to the global variable hash $r_glbl
$error = create_config($filename);
This routine will create a config file located by $filename. If it is
successful, the return code is 0.
Creates
Victoria Laux, victoria.laux@helmholtz-berlin.de
perl-documentation, Config::Simple manpage