Can people suggest elegant ways to see if a method call of an object ($obj->method) returns a non-empty array (or conversely, returns an empty one)? Everything I try just seems messy - too many typecasting sort of things, since that darn $ is there... Or maybe I'm just not thinking at 4AM ;-) Yitzchak