Help for this page
my @proc_lines = `tasklist`;
use warnings; use strict; ... my $plist = Win32::Process::List->new(); my $pid = $plist->GetProcessPid("explorer");