@hash{ map {$_ } @array} = ($scalar) x scalar @array;
my $pids = join ' ', map {/^\s*(\d+)\s+/} grep /$match/, `ps axk pid o pid,args`;