summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2010-09-23 20:43:00 -0500
committerbrian d foy <brian.d.foy@gmail.com>2010-09-23 20:43:00 -0500
commit51622cce73d97f3450a8abf6607c5d7a8fb35452 (patch)
tree6bf555219a068d07b892541681d6df1131d02bd5 /pod/perlop.pod
parenteaffe51e747eab501e50e543cf689e371d74dec0 (diff)
downloadperl-51622cce73d97f3450a8abf6607c5d7a8fb35452.tar.gz
* Fixed output for lex-like scanners example in perlop
This should probably be given-when instead of a naked block and a redo
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index cb0a291d92..dc5118c300 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -1500,10 +1500,10 @@ regexp tries to match where the previous one leaves off.
Here is the output (split into several lines):
- line-noise lowercase line-noise lowercase UPPERCASE line-noise
- UPPERCASE line-noise lowercase line-noise lowercase line-noise
- lowercase lowercase line-noise lowercase lowercase line-noise
- MiXeD line-noise. That's all!
+ line-noise lowercase line-noise UPPERCASE line-noise UPPERCASE
+ line-noise lowercase line-noise lowercase line-noise lowercase
+ lowercase line-noise lowercase lowercase line-noise lowercase
+ lowercase line-noise MiXeD line-noise. That's all!
=item ?PATTERN?
X<?>