Help for this page

Select Code to Download


  1. or download this
    bless( {
                     'allowedHostnames' => [
    ...
                                            }, 'Property' )
                                   ]
                   }, 'LicenseInfo' )
    
  2. or download this
    my $soap2 = SOAP::Lite->uri( $_[1] )->proxy( $_[2] )->getLicenseInfo()
    +;
    
    ...
             print "$maxEngine\n";
    
            }