Returns the web address of the company for the current locale.
Perl
$prodinfo->GetCompanyWebAddress();
Perl
use CQPerlExt;
my $cqobject = CQSession::Build();
my $prodinfo = $cqobject->GetProductInfo();
print "CompanyWebAddress = '".$prodinfo->GetCompanyWebAddress()."'\n";
CQSession::Unbuild($cqobject);