Package DE_EPAGES::Core::API::EpagesConfig
Interface to the epages.conf file. This configuration file is case sensitive.
@EXPORT_OK |
Functions
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 |
|