projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5033177
)
Unmatched parentheses (thanks to Steve Peters)
Rafael Garcia-Suarez [Wed, 24 Aug 2005 07:28:27 +0000 (07:28 +0000)]
p4raw-id: //depot/perl@25324
pod/perlvar.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlvar.pod
b/pod/perlvar.pod
index
a820be1
..
b001378
100644
(file)
--- a/
pod/perlvar.pod
+++ b/
pod/perlvar.pod
@@
-544,7
+544,7
@@
After a match against some variable $var:
=item C<$2> is the same as C<substr($var, $-[2], $+[2] - $-[2])>
-=item C<$3> is the same as C<substr $var, $-[3], $+[3] - $-[3])>
+=item C<$3> is the same as C<substr($var, $-[3], $+[3] - $-[3])>
=back