Session オブジェクトを作成します。オブジェクトが作成された後で、Session にログインする必要があります。
Perl
$ClearQuestObj->CreateUserSession();
Perl
use CQPerlExt;
my $cqobject = CQClearQuest::Build();
my $SessionObj = $cqobject->CreateUserSession();
# login to the Session object
# do something with the Session object...
CQClearQuest::Unbuild($cqobject);