Thanks. Those 2 while loops are from difference subs. I have done parsing of 6 files (parse to get the xml names & the Process time) and have it array. My program works fine for 6 files.
Now If I have more than 6 files (n number of files..Unknown number) How do i dynamically name arrays say $myArray$i ?
I can not read one file at a time and output it. The output file should be printed column wise. Each column in the output file will be from each file.