Creates a CQProductInfo object. You can then use this method to retrieve product information.
Perl
$ClearQuestObj->CreateProductInfo();
Perl
use CQPerlExt;
my $cqobject = CQClearQuest::Build();
my $prodinfo = $cqobject->CreateProductInfo();
print $prodinfo->GetProductVersion(),"\n";
CQClearQuest::Unbuild($cqobject);