AdminSession 오브젝트를 작성합니다.
Perl
$ClearQuestObj->CreateAdminSession();
Perl
use CQPerlExt;
my $cqobject = CQClearQuest::Build();
my $AdminSessionObj = $cqobject->CreateAdminSession();
# login to the AdminSession object
# do something with the AdminSession object...
CQClearQuest::Unbuild($cqobject);