in reply to naming multiple arrays

why would you need to open x number of files and store each file content into array ?

depending on how many files you want to open and how large each file is ,

you may end up using alot of memory ( you may run out of memory also )

there's more than one way to do anything ,

tell us what you want to accomplish you may get a better answer ;)