라이센스를 가져오는 데 사용되는 FLEXlm 기능의 버전을 리턴합니다.
Perl
$prodinfo->GetLicenseVersion();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "LicenseVersion = '".$prodinfo->GetLicenseVersion()."'\n";
CQSession::Unbuild($cqobject);