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
In reply to Re^2: Best method to eliminate substrings from array
by catemp
in thread Best method to eliminate substrings from array
by catemp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |