Web ライセンスの取得に使用する FLEXlm 機能のバージョンを戻します。
Perl
$prodinfo->GetWebLicenseVersion();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "WebLicenseVersion = '".$prodinfo->GetWebLicenseVersion()."'¥n";
CQSession::Unbuild($cqobject);