sub parseIntoArraySolaris { return map { my ($a, $b, $c, $d, $e, $f) = split(/\s+/, $_); [ $b/1024, $c/1024, $d/1024, $e, $f ] } @_; }