Help for this page
#!/usr/bin/perl -w use strict; ... my $pex = $info[$p]{'ExecutablePath'}; print "ID:$pid\tNAME:$pnm\tExPath:$pex\n"; }