in reply to Re^3: Better way to do this
in thread Better way to do this
Given two arrays @unique and @in, find the index, @idxs into @unique of the element of @in
I want to return each elements which between two consecutive indexes (@idxs) if 10< Length > 5.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Better way to do this
by Laurent_R (Canon) on Feb 20, 2016 at 23:42 UTC | |
|
Re^5: Better way to do this
by Laurent_R (Canon) on Feb 20, 2016 at 23:54 UTC |