| |
| META TOPICPARENT |
name="ManageTwo.Manage2Api" |
|
|
< < | Retrieve a License ID — XMLlookup.cgi |
> > | Look up a License ID — XMLlookup.cgi |
| |
This Manage2 function allows you to retrieve the license ID associated with an IP address. |
| |
%CODE{ lang="perl"}% |
|
< < | fetchLicenseId( |
> > | use cPanelLicensing;
my $cpl = cPanelLicensing->new(user => $user, pass => $pass);
$cpl->fetchLicenseId( |
| | ip=>$ip
) |