shan_emails has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

Is there any module to get the windows taks manager process list (ie., currently running exe's)

Thanks and Regards,
Shanmugam A.

Replies are listed 'Best First'.
Re: Module for task manager process list
by marto (Cardinal) on Jan 05, 2009 at 12:06 UTC
Re: Module for task manager process list
by imrags (Monk) on Jan 05, 2009 at 17:35 UTC
    I'd go for Win32::OLE with WMI (check msdn)...
    Raghu