in reply to return a ref to a return value (array) of another sub
sub y{ return [ x() ]; } [download]