I create a perl script via following code:
my $LicenseServerCheck = get('http://my-domain.com/');
if ($LicenseServerCheck == 1){
print 'You Have license'; }
else{ print ' You dont have License'; }
i need it perl script convert to C .
How to do it?
Thank you.
Aucun commentaire:
Enregistrer un commentaire