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 d377999 commit 8f9d341Copy full SHA for 8f9d341
pod/perldelta.pod
@@ -379,7 +379,11 @@ manager will later use a regex to expand these into links.
379
380
=item *
381
382
-XXX
+Regexes which include both a sub-pattern (e.g. C<(??{...})> or C<(?&FOO)>)
383
+and a cut (i.e. C<< (?>...) >>) could sometimes cause a premature scope
384
+exit in other code during a match. For example in something like
385
+C<(?{ local $x = ... })>, the C<local> might have been unwound before the
386
+pattern has finished matching. [GH #16197]
387
388
=back
389
0 commit comments