in reply to Re^2: Using grep in a scalar context
in thread Using grep in a scalar context
I simply didn't think about doing it that way. I could probably count the number of times I've used map in a scalar context on my fingers.
That said, given that the original question was about gene sequences, which can be pretty long strings, it seems preferable to avoid the creation of a temporary array containing all matches. Whether that's an important concern or not depends on many factors (typical number of matches expected; typical length of matched strings; etc).
|
|---|