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