I have a tab delimited text file. I'm looking for a perl example that basically parses the data between each tab as a variable one line ata time (an array I would assume), reformats a column of data, then spits it back out as a tab delimited text file, in a different order.
Just looking for some code examples to at least get me started. Thanks in advance.
Just looking for some code examples to at least get me started. Thanks in advance.