NAME

cfgfile - a Perl module for low-level utility function to access a config file.

SYNOPSIS

use cfgfile;

DESCRIPTION

Preface

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.

error handling

It checks the existance of config file global and local and join the structure to the global variable hash $r_glbl

File functions

create_config()
$error = create_config($filename);

This routine will create a config file located by $filename. If it is
successful, the return code is 0.

Creates

AUTHOR

Victoria Laux, victoria.laux@helmholtz-berlin.de

SEE ALSO

perl-documentation, Config::Simple manpage