The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

BabelObjects::Runner::Initializer - load initialization data in memory

SYNOPSIS

  use BabelObjects::Runner::Initializer;

  $parameters{"cfg"} = "/usr/local/babelobjects/conf/bo.xml";

  my $aInitializer = new BabelObjects::Runner::Initializer(\%parameters);
  $confParameters = $aInitializer->getParameters();

DESCRIPTION

This library can be used in a web or no web context. It loads data from xml files and creates a DOM object in memory. It could be interesting to use a xml database like dbXML for example.

AUTHOR

Jean-Christophe Kermagoret, jck@BabelObjects.Org (http://www.BabelObjects.Org)

SEE ALSO

perl(1).