in reply to Re^3: Sparing multiple 'or's
in thread Sparing multiple 'or's
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Sparing multiple 'or's
by LanX (Saint) on Jun 04, 2018 at 21:34 UTC |