Help for this page
for (`ps -ef`) { my ($user, $pid, $ppid, $c, $stime, $tty, $time, $cmd) = split /\s ++/, $_, 8; next unless $user eq 'acuser'; ... }