This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b138723
)
[DOC PATCH] perlre, minor error
author
Steffen Müller
<0mgwtfbbq@sneakemail.com>
Tue, 9 Jul 2002 02:23:33 +0000
(
04:23
+0200)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Tue, 9 Jul 2002 11:50:41 +0000
(11:50 +0000)
From: "Steffen Mueller" <xyey9001@sneakemail.com>
Message-ID: <
20020709002024
.28399.qmail@onion.perl.org>
p4raw-id: //depot/perl@17434
pod/perlre.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlre.pod
b/pod/perlre.pod
index
0256f22
..
bb52113
100644
(file)
--- a/
pod/perlre.pod
+++ b/
pod/perlre.pod
@@
-884,7
+884,7
@@
multiple ways it might succeed, you need to understand backtracking to
know which variety of success you will achieve.
When using look-ahead assertions and negations, this can all get even
-tricker. Imagine you'd like to find a sequence of non-digits not
+trick
i
er. Imagine you'd like to find a sequence of non-digits not
followed by "123". You might try to write that as
$_ = "ABC123";