Hello fellow monks !!!
A quick question, does anyone know of a *perl* way (module/method)which I can find the number of processes on a box a script is running on, on solaris I could guess I could open a pipe to mpstat and count num of lines -1, or on linux /proc/cpu info and do similar, but is there a more portable way anyone knows of ?
Many Thanks