sub do_something { ... return \@someValues, $someValue; } ($someValues_aref, $endValue) = do_something();