diff options
author | James E Keenan <jkeenan@cpan.org> | 2021-01-15 16:09:27 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-01-31 14:14:53 -0500 |
commit | a19f6621766baa4f472625c06f146105b33d441d (patch) | |
tree | c651ba57f0b34c0e32d6df67f61eec78dec5202c /pod/perlre.pod | |
parent | 01900a5f2323125cf6be2b31b3866a63489bfb03 (diff) | |
download | perl-a19f6621766baa4f472625c06f146105b33d441d.tar.gz |
Provide guidance for dynamic modifiers
For: https://github.com/Perl/perl5/issues/18387
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index f963fe76e5..bd49ac7e9e 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -313,7 +313,8 @@ The default behavior for matching can be changed, using various modifiers. Modifiers that relate to the interpretation of the pattern are listed just below. Modifiers that alter the way a pattern is used by Perl are detailed in L<perlop/"Regexp Quote-Like Operators"> and -L<perlop/"Gory details of parsing quoted constructs">. +L<perlop/"Gory details of parsing quoted constructs">. Modifiers can be added +dynamically; see L</Extended Patterns> below. =over 4 |