http://qs321.pair.com?node_id=24468

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

O Wise Perl-fluent Monks,

I need to get a list of all running apps/processes (under Win98) and offer the user the option of shutting down one of the processes (by entering its ID).

I've done some research on PerlMonks, but it seems that existing answers are for Unix boxen, which support fork() etc which apparently ActivePerl 522 does not support.

Do any wise Monks out there know how to do this on Win32?

dmtelf