This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlretut: Add info about \N
authorKarl Williamson <public@khwilliamson.com>
Thu, 31 Mar 2011 15:05:30 +0000 (09:05 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 31 Mar 2011 17:33:21 +0000 (11:33 -0600)
pod/perlretut.pod

index 67c583f..78b5636 100644 (file)
@@ -402,6 +402,11 @@ but also digits and characters from non-roman scripts
 The period '.' matches any character but "\n" (unless the modifier C<//s> is
 in effect, as explained below).
 
+=item *
+
+\N, like the period, matches any character but "\n", but it does so
+regardless of whether the modifier C<//s> is in effect.
+
 =back
 
 The C<\d\s\w\D\S\W> abbreviations can be used both inside and outside