In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6a213ac57809619baac5720d0b932a5ca3380294?hp=3f85ad8264554ef78d16187dc35d69bd1f0a2fd7>
- Log ----------------------------------------------------------------- commit 6a213ac57809619baac5720d0b932a5ca3380294 Author: Karl Williamson <pub...@khwilliamson.com> Date: Wed Mar 30 16:35:14 2011 -0600 /dual are available in 5.14 as suffix after all ----------------------------------------------------------------------- Summary of changes: pod/perlunicode.pod | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index c0a2ca4..afa9fa1 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1409,13 +1409,7 @@ surrogates, which are not real Unicode code points. Regular expression pattern matching may surprise you if you're not accustomed to Unicode. Starting in Perl 5.14, there are a number of -modifiers available that control this. For convenience, they will be -referred to in this section using the notation, e.g., C<"/a"> even -though in 5.14, they are not usable in a postfix form after the -(typical) trailing slash of a regular expression. (In 5.14, they are -usable only infix, for example by C</(?a:foo)/>, or by setting them to -apply across a scope by, e.g., C<use re '/a';>. It is planned to lift -this restriction in 5.16.) +modifiers available that control this. The C<"/l"> modifier says that the regular expression should match based on whatever locale is in effect at execution time. For example, C<\w> -- Perl5 Master Repository