Mark Powell wrote:
Is there another way to call getloadavg() from perl under BSD?

Nope (well, Inline::C, but that still requires a compiler). I'd be inclined to just try /proc and uptime (in that order) and don't worry about OS specific methods.

John

Reply via email to