projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19d75ed
)
Not many people know this ...
author
Mike Guy
<mjtg@cam.ac.uk>
Mon, 11 Jun 2001 14:55:15 +0000
(15:55 +0100)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 11 Jun 2001 12:58:43 +0000
(12:58 +0000)
Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
p4raw-id: //depot/perl@10514
pod/perldebug.pod
patch
|
blob
|
history
diff --git
a/pod/perldebug.pod
b/pod/perldebug.pod
index
0aff91a
..
5e95199
100644
(file)
--- a/
pod/perldebug.pod
+++ b/
pod/perldebug.pod
@@
-182,10
+182,12
@@
accessible.
=item /pattern/
Search forwards for pattern (a Perl regex); final / is optional.
+The search is case-independent by default.
=item ?pattern?
Search backwards for pattern; final ? is optional.
+The search is case-independent by default.
=item L