I've seen the same thing, you may want to look at Win32::Process::Info or Win32::ToolHelp, Iproc doesn't seem to have anyone maintaining it.
Alternativly you can try to add the .dll files yourself so they are in the path. I think you need sync.dll, iproc.dll,PSAPI.DLL and IPROCNT.DLL FYI There may be some legal issues with distributing PSAPI.DLL -jess -----Original Message----- From: Tony Wong (IT) [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 7:47 PM To: [EMAIL PROTECTED] Subject: Win32/IIPC.pm error Hi, I am getting below error when running a packaged exe. The script itself doesn't exhibit such error. The script uses Win32::Iproc. Any advice? Thanks. (in cleanup) Can't call method "Call" on an undefined value at Win32/IIP C.pm line 33, <DATA> line 164. Can't call method "Call" on an undefined value at Win32/IProc.pm line 900, <DATA > line 164. (in cleanup) Can't call method "Call" on an undefined value at Win32/IIP C.pm line 33, <DATA> line 164.
