Description | Perl tools for X-ray Absorption Spectroscopy |
Demeter::IniReader -- Ini file parser for Demeter
This documentation refers to Demeter version 0.9.26.
This inherits from Config::INI::Reader, changing the definition of a comment line to include a line begining with a hash character. Also change the definition of an end-of-line comment the same way, taking care not to remove an RGB color value of the form #0000FF
.
It also calls carp rather than croak for an unparsed line, using a Demeter-specific global scalar (ick, but the best I could think of) to structure the error message.
Config::INI::Reader was written by Ricardo Signes <rjbs@cpan.org>. This is just a thin wrapper around that module.
Bruce Ravel, http://bruceravel.github.io/home
http://bruceravel.github.io/demeter/
Copyright (c) 2006-2018 Bruce Ravel (http://bruceravel.github.io/home). All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlgpl.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.