in reply to Re^3: Help in using arrays
in thread Help in using arrays

Just one small point. At the point when you switch to using "grep", you lose the tiny optimisation that you get from using "last" in the loop.

Indeed. I thought of mentioning it, but that seemed to invite a deviation to List::Util::first and I dropped the whole thing.

Anno