in reply to return a ref to a return value (array) of another sub
This will make sure that sub x is called in list context: sub y { [ x() ] } It produces a reference to a array copy of x()'s returned list.
After Compline,Zaxo