I have a loop. In each iteration of the loop I need to use a different array. At the beginning of the loop I set the array name to a variable. For instance, if $x is the loop counter, I write
$myarray = "thearray$x";
I'm not sure how to reference it later. For instance, if I use...