Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有单例类 xxx_xxxx 的 dll。如何从 Perl 的 Win32::OLE 调用它?我试过Win32::OLE-> new("xxx_xxxx")了,它只是崩溃了。但是 Win32:::OLE->GetActiveObject 是可以的。这是一个 Com 可见的 dll ......谢谢。
Win32::OLE-> new("xxx_xxxx")