http://qs321.pair.com?node_id=11101970


in reply to Re: Best method to eliminate substrings from array
in thread Best method to eliminate substrings from array

I am currently eliminating duplicates @arrWorkingCompletedChains = uniq @arrWorkingCompletedChains; and sorting the list largest to smallest @arrWorkingCompletedChains = sort { length($b) <=> length($a) } @arrWorkingCompletedChains;

What I need to do is eliminate any overlapping string sets from the working array so the end result can be stored in our database