diff --git a/sections/autoload.pod b/sections/autoload.pod index f39ccdac..cd5b5028 100644 --- a/sections/autoload.pod +++ b/sections/autoload.pod @@ -54,7 +54,7 @@ the package global C<$AUTOLOAD> (here, C): =end programlisting -Extract the method name with a regular expression (L): +Extract the method name with a regular expression (L): =begin programlisting diff --git a/sections/chapter_06.pod b/sections/chapter_06.pod index 973039c0..1a0266aa 100644 --- a/sections/chapter_06.pod +++ b/sections/chapter_06.pod @@ -1,6 +1,6 @@ =head0 Regular Expressions and Matching -Z +Z X X diff --git a/sections/implicit_ideas.pod b/sections/implicit_ideas.pod index 723a9b86..019ff936 100644 --- a/sections/implicit_ideas.pod +++ b/sections/implicit_ideas.pod @@ -71,7 +71,7 @@ X; substitution operator> X; match operator> X; transliteration operator> -Perl's regular expression facilities (L) default to C<$_> to match, +Perl's regular expression facilities (L) default to C<$_> to match, substitute, and transliterate: =begin programlisting diff --git a/sections/values.pod b/sections/values.pod index ab206c96..d42cf659 100644 --- a/sections/values.pod +++ b/sections/values.pod @@ -285,7 +285,7 @@ heard of bytes. Unicode strings and binary strings look superficially similar. Each has a C. Each supports standard string operations such as concatenation, -splicing, and regular expression processing (L). Any string which is +splicing, and regular expression processing (L). Any string which is not purely binary data is textual data, and thus should be a sequence of Unicode characters.