I have a sub in a program that returns multiple arrays. As of right now i'm assigning all these to temporary arrays and then pushing them onto arrays in the main code and then undefing the temps. My question is, is there a faster/better way to do this (i.e incorporating the push statement into the sub call).