Help for this page

Select Code to Download


  1. or download this
     
    my @proc_lines = `tasklist`;
    
  2. or download this
    use warnings;
    use strict;
    ...
    my $plist = Win32::Process::List->new();
    my $pid = $plist->GetProcessPid("explorer");