Patrick B Cromer wrote:
Is there a way to get information on a Windows process other than using
Win32::Process::Info?
Currently, there is a memory leak when using the Info module (see perl bug
#33499).
While the bug will be fixed in the next version of ActivePerl I am not
sure that upgrading to
Win32::PerfLib, maybe?
I know you can get the PID and the start time of a process. No listing in
perfmon for parent process, but 'creating process id' is listed. Maybe that
gives you what you need.
I think the author has some examples at http://www.bybyte.de/jmk
hope that helps
Chris