ePages 6.10 - DE_EPAGES/TLE/API/Parser.pm

Package DE_EPAGES::TLE::API::Parser

@EXPORT_OK
InternalCompile
InternalAnalyze

Functions

InternalAnalyze
InternalCompile

InternalAnalyze

This procedure parses the given template returns the error.

Syntax
my $Error = InternalAnalyze($rPlainText);
Input
$rPlainText (ref.string)
template
Return
$Error (object)
error object (or undef)

InternalCompile

This procedure parses the given template and creates a perl execution string.

Syntax
my $ByteCode = InternalCompile($rPlainText);
Input
$rPlainText (ref.string)
template
Return
$ByteCode (string)
the complied template