in reply to How to make Win32::API easy to use
so it seems to me that all that is required is ause Win32::API; Win32::API::->Import("kernel32","HANDLE GetCurrentProcess()");
. That and maybe eliminating the eval from Win32::API::Import.{ no strict 'refs'; *import = \&Import; }
|
|---|