Package DE_EPAGES::WebInterface::API::TLE::ConfigHandler
Implements general TLE variables
- WebInterfaceConf - information about entries in the WebInterfaceConf
Example |
#WebInterfaceConf.maxcontentlength -> 5120 |
Functions
tle
This function is called by tle processor to get the value of a tle variable.
Syntax |
$Value = $Handler->tle( $Processor, $TLEName); |
Example |
my $Value = $Handler->tle( $Processor, 'Name'); |
Input |
|
Return |
|