RE: eleminating dupes in a 2-D @list

2003-07-25 Thread Sitha Nhok
--- Sitha Nhok <[EMAIL PROTECTED]> wrote: [snip] > 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 eleme

Re: eleminating dupes in a 2-D @list

2003-07-25 Thread Ovid
--- Sitha Nhok <[EMAIL PROTECTED]> wrote: [snip] > 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 eleme