Hello,
I'm coverting VBA script to Perl. Could any one tell me the eqvivalent perl code of the below mentioned VBA script:
Private Declare Function SetEnvironmentVariable Lib _
"kernel32.dll" Alias "SetEnvironmentVariableA" (ByVal _
lpName As String, ByVal lpValue As String) As Long
many thanks in advance!
Regards,
Prashanth