This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlre: Add heading to separate unrelated paragraphs
authorKarl Williamson <khw@khw-desktop.(none)>
Tue, 22 Jun 2010 20:40:17 +0000 (14:40 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 29 Jun 2010 02:30:04 +0000 (22:30 -0400)
I don't know where the text for the stuff below this new heading should
go, but it clearly doesn't belon with what came before, so add a heading
to separate them, perhaps rearranging things later

pod/perlre.pod

index 8f193c8..7048787 100644 (file)
@@ -524,6 +524,8 @@ their punctuation char equivalents, however at the trade-off that you
 have to tell perl when you want to use them.
 X</p> X<p modifier>
 
+=head2 Quoting metacharacters
+
 Backslashed metacharacters in Perl are alphanumeric, such as C<\b>,
 C<\w>, C<\n>.  Unlike some other regular expression languages, there
 are no backslashed symbols that aren't alphanumeric.  So anything