How can I switch the cloumns and rows of a tab delimited text file?
I can't use an array of arrays or anything like that because there is a LOT of data in the file and it takes forever that way. I was think read a row, write it to the output file, then read a row from the input file, and add each element to the end of a line in the output file, etc. I'm no good at working with file in a way this advanced (using perl for a week now).
Thanks, all.
I can't use an array of arrays or anything like that because there is a LOT of data in the file and it takes forever that way. I was think read a row, write it to the output file, then read a row from the input file, and add each element to the end of a line in the output file, etc. I'm no good at working with file in a way this advanced (using perl for a week now).
Thanks, all.