Is there a different alternative in Perl than using Win32::OLE to incorporate .Net dlls into Perl? I am completely new to Perl and don’t really understand it much yet……
Is there a different alternative in Perl than using Win32::OLE to incorporate .Net dlls
Share
I haven’t used this for a DLL created with .NET, and it might be tricky telling the module where to look for your DLL and getting just the right method signatures, but I’ve had success calling arbitrary functions in DLLs with the
Win32::APImodule: