Hello: If I have a text file that was in the following form:
Header1 Header2 Header3 etc Info1 Info2 Info3 etc Info1b Info2b Info3b etc Each element is delimited by a tab. Lets say that the information is stored into a 2-D array. Then I want to eliminate duplicates in a column or multiple columns. I came from a C/C++ background, so the only method I am really familiar with is traversing thru the column comparing one element to the next element. So, it is not very efficient. I was wondering if perl has a way of doing it a lot faster. Any help would be appreciated. Sitha -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]