tweak output

This commit is contained in:
Doug MacEachern 2005-09-30 21:36:34 +00:00
parent a2774e75a8
commit 7c83c105d4

View File

@ -16,7 +16,7 @@ while (my $pid = readdir DH) {
if ($match) {
next unless grep { /$match/o } @cmdline;
}
print "$pid=[", (map { "=>$_<=" } @cmdline), "]\n";
print "(pid=$pid) ", (map { "=>$_<=" } @cmdline), "\n";
}
closedir DH;