in reply to Re^2: Sparing multiple 'or's
in thread Sparing multiple 'or's

A bunch of stuff (everything?) from List::MoreUtils was migrated | copied to the core module List::Util some time ago, including any() used by Eily in the example here. (But List::MoreUtils is still around for those on ancient systems :)


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^4: Sparing multiple 'or's
by LanX (Saint) on Jun 04, 2018 at 20:46 UTC
    How can I easily find out from which version on this is available in core?

    I checked 5.16 and 5.18 and both still say

    SUGGESTED ADDITIONS The following are additions that have been requested, but I hav +e been reluctant to add due to them being very simple to implement in +perl # One argument is true sub any { $_ && return 1 for @_; 0 }

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery