Subject: | Don't use pstree |
pstree is inherently non-portable and not existent on most systems. Under FreeBSD, there are at least two different implementations of pstree in the port system (packages psmisc and pstree). It's probably much more portable to use Proc::ProcessTable instead.
Regards,
Slaven