If I have table of data, how would I go about extracting a particular column from the table without loading each line into and array because the application I'm working on has different length colums. table is tab delimited if that helps.
ie. how would I extract gene2 into an array?