http://www.perlmonks.org?node_id=893375


in reply to Calling .NET Assemblies with Win32::OLE

Hello,

your example works fine. My problem was, that I could not load the assemblies to the cache(my .dlls have no key-file) so I was searching for another solution. I found that:

http://search.cpan.org/~yamato/Win32-CLR-0.03/lib/Win32/CLR.pm

Gacutil or regasm is not needed.

Greeds
Thomas B.