Hi Monks,
I've a script which makes use of Win32 API's LogonUser() and ImpersonateLoggedOnUser(). This script makes use of Win32::API::Prototype, which works fine on my PC. The script will be deployed to various systems having standarad installation of Perl. I'm finding it difficult to install the Win32::API module on such machines (as they need nmake.exe, cl.exe, etc.). Is there a way to call those API's without using Win32::API and/or is there a way to bundle the module with the source code?
Thanks,
Gowtham