in reply to How to make sure no elements from @array are inside $scalar
Note that while functions like any(), none() and a few others are currently a part of the List::Util core module, they were originally found in List::MoreUtils and only relatively recently merged into the former module. For instance, in my Strawberry Perl 5.14, those functions are still only found in the latter module. (I haven't taken the trouble to find when the merger happened.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to make sure no elements from @array are inside $scalar
by hippo (Archbishop) on Nov 14, 2014 at 15:44 UTC |