I need to create a separate associative array for each column of data that I have. However, the number of columns varies. I wish to name these arrays systematically, %x1, %x2 %x3 etc.
I wish to use a for loop to go through each of these in order and process them.
How can I write the name of the variable %x# where # represents is the counter for the loop?
(I know about for loops already and am writing a script).
Thanks in advance for any help,
Duncan