We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85ae40 commit 650321bCopy full SHA for 650321b
pod/perlexperiment.pod
@@ -173,6 +173,17 @@ example:
173
The ticket for this experiment is
174
L<[perl #19765]|https://github.com/Perl/perl5/issues/19765>.
175
176
+=item C<any> and C<all> list processing operators
177
+
178
+Introduced in Perl 5.41.7.
179
180
+Using this feature triggers warnings in the category C<experimental::any_all>.
181
182
+This feature adds new list processing operators named C<any> and C<all>.
183
184
+The ticket for this experiment is
185
+L<[perl #22794]|https://github.com/Perl/perl5/issues/22794>.
186
187
=back
188
189
=head2 Accepted features
0 commit comments