ManaTools::SettingsReader

NAME
SYNOPSIS
DESCRIPTION
SUPPORT
SEE ALSO
AUTHOR
COPYRIGHT and LICENSE
FUNCTIONS


NAME

ManaTools::SettingsReader − This module allows to load an XML configuration file

SYNOPSIS

use ManaTools::SettingsReader;
my $settings = new ManaTools::SettingsReader({filNema => $fileName});

DESCRIPTION

This module allows to load a configuration file returning a Hash references with its content.

SUPPORT

You can find documentation for this module with the perldoc command:
perldoc ManaTools::SettingsReader

SEE ALSO

XML::Simple

AUTHOR

Angelo Naselli

COPYRIGHT and LICENSE

Copyright (C) 2012−2017, Angelo Naselli.
This file is part of ManaTools
ManaTools is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
ManaTools 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. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with ManaTools. If not, see .

FUNCTIONS

new
INPUT

hash ref containing
fileName: settings configuration file name

OUTPUT attributes

settings: Hash reference containing read settings

DESCRIPTION

The constructor just loads the given file and return its representation
into a hash reference.