Hello I'm using Win32::OLE and have written a com visible C# class that seems to work fine with the perl layer. However I've noticed that it's possible for the object to remain alive even after I've removed the reference in perl. Is there a way to unload the assemblies in the backend?
Thanks