hello.
I need to open x number of files and assign them to arrays.
is there code to create array1, array2, and so on to correspond to the files, without manually naming each one.
if its an array of arrays how do I create one.
thanks everybody,
i ended up using a hash of hashes and it works fine so far.