in reply to Re: iterating through array and saving matches to new array
in thread iterating through array and saving matches to new array

I am not sure about that!

That idea of "faster" is true in Python's equivalent, but I'm not at all sure about that in Perl.

In Perl, the foreach loop should run at about the same speed.

  • Comment on Re^2: iterating through array and saving matches to new array