I'm trying to convert visual basic scripting code to Perl, and I'm running into a wall. The below snippet creates a new object pointing to an existing process running within a DLL. I've tried looking at the process modules, but they only give me the filename.exe for the program running, not the processes contained within any given executed DLL.
Set oSysC = CreateObject ("NAMESPACE.object.objectProxy.1")