in reply to A list returns its last, an array returns its weight

or just use wantarray.
return wantarray ? @list : $scalar;

-- Dan