Demeter

Description Perl tools for X-ray Absorption Spectroscopy
Demeter > Perl Modules > Demeter::IniReader
Source

NAME

Demeter::IniReader -- Ini file parser for Demeter

VERSION

This documentation refers to Demeter version 0.9.26.

SYNOPSIS

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.

ACKNOWELDGEMENT

Config::INI::Reader was written by Ricardo Signes <rjbs@cpan.org>. This is just a thin wrapper around that module.

AUTHOR

Bruce Ravel, http://bruceravel.github.io/home

http://bruceravel.github.io/demeter/

LICENCE AND COPYRIGHT

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.