summaryrefslogtreecommitdiff
path: root/pod/perlretut.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-02-12 09:33:38 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-02-12 09:50:53 -0800
commitd9f2b251b2a7966ba737c877bce9ffbe6120c836 (patch)
tree20f0fa0d339b905f7b8d6ed92de6ff9cbaa6e0ed /pod/perlretut.pod
parent7d0d50dd8561c325a5cc8339d10802fc08146961 (diff)
downloadperl-d9f2b251b2a7966ba737c877bce9ffbe6120c836.tar.gz
Fix links to POD sections
Diffstat (limited to 'pod/perlretut.pod')
-rw-r--r--pod/perlretut.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod
index e401bac3f8..293683cbf5 100644
--- a/pod/perlretut.pod
+++ b/pod/perlretut.pod
@@ -2838,7 +2838,7 @@ Each step is of the form S<C<< n <x> <y> >>>, with C<< <x> >> the
part of the string matched and C<< <y> >> the part not yet
matched. The S<C<< | 1: STAR >>> says that Perl is at line number 1
n the compilation list above. See
-L<perldebguts/"Debugging regular expressions"> for much more detail.
+L<perldebguts/"Debugging Regular Expressions"> for much more detail.
An alternative method of debugging regexps is to embed C<print>
statements within the regexp. This provides a blow-by-blow account of