GetPerlReturnStringMode
Description
Returns the return string mode for how Strings are returned for Perl hooks and scripts. Returns either $CQPerlExt::CQ_RETURN_STRING_UNICODE or $CQPerlExt::CQ_RETURN_STRING_LOCAL.
Syntax
Perl
$compassObj->GetPerlReturnStringMode
();
- Identifier
- Description
- compassObj
- A CQCompass object.
- Return value
- Returns a Long containing the Return string mode enumerated constant.
Example
Perl
my $cq = CQCompass::Build();
my $runmode = $cq->GetPerlReturnStringMode();