in reply to threads->join Return Context.

return [ \%foo, \@bar, $baz ]; or maybe
return { foo => \%foo, bar => \@bar, baz => $baz, };

Makeshifts last the longest.