Returns the version of the FLEXlm feature that is used to get a web license.
Perl
$prodinfo->GetWebLicenseVersion();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "WebLicenseVersion = '".$prodinfo->GetWebLicenseVersion()."'\n";
CQSession::Unbuild($cqobject);