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.

Remarque : This method became available in version 7.0 and is for Perl only. It is not available for VBScript.

Syntaxe

Perl

$clearquestObj->GetPerlReturnStringMode(); 
Identificateur
Description
clearquestObj
A CQClearQuest object.
Valeur renvoyée
Returns a Long containing the Return string mode enumerated constant.

Exemple

Perl

my $cq = CQClearQuest::Build();
my $runmode = $cq->GetPerlReturnStringMode();

Feedback