Package DE_EPAGES::Diagnostics::API::HelpCenter
Provides functions to get data from helpcenter.epages.com
@EXPORT_OK |
Functions
GetApiInfoFromDocRoot
Returns array with all .html files in $DocRoot/API (http://helpcenter.epages.com/Doc/ver_X_Y_Z/epages/API)
Syntax |
my $aKnownAPIDocs = GetApiInfoFromDocRoot($DocRoot); |
Input |
|
Return |
|
GetModelsInfoFromDocRoot
Returns hash with cartridge names (w/o DE_EPAGES::) as key and cvs list of all .pdf files in $DocRoot/Models for that key as value (http://helpcenter.epages.com/Doc/ver_X_Y_Z/epages/Models)
Syntax |
my $hModelsInfo = GetModelsInfoFromDocRoot($DocRoot); |
Input |
|
Return |
|