ePages 6.10 - DE_EPAGES/Core/API/EpagesConfig.pm

Package DE_EPAGES::Core::API::EpagesConfig

Interface to the epages.conf file. This configuration file is case sensitive.

@EXPORT_OK
EpagesConfig

Functions

EpagesConfig

EpagesConfig

Returns an IniConfig object of the epages.conf file. see DE_EPAGES::Core::API::IniConfig

Syntax
$IniConfig = EpagesConfig();
Example
my $Timeout = EpagesConfig->get('DE_EPAGES::Core', 'MONITOR_TIME_TO_SLEEP', 15);
Return
$IniConfig (object)
config object