Hi,
Can anyone suggest me how can i create a csv file using perl. I have four arrays, i need to copy the contents from the four arrays and store in the csv file one after another
for example: I need to take the first elements from each array and put it as the first line in the csv file, then the second element of each array and so on...
Also please let me know how to redirect the contents of the array to a text file otherwise