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
$clearquestObj->GetPerlReturnStringMode();
- Identifier
- Description
- clearquestObj
- A CQClearQuest object.
- Return value
- Returns a Long containing the Return string mode enumerated constant.
Example
Perl
my $cq = CQClearQuest ::Build();
my $runmode = $cq->GetPerlReturnStringMode();