製品の現在のバージョンを戻します。
Perl
$prodinfo->GetProductVersion();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "ProductVersion = '".$prodinfo->GetProductVersion()."'¥n";
CQSession::Unbuild($cqobject);