diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-07 22:53:18 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-08 12:03:26 -0800 |
commit | 39b6ec1a4f067ccc33bb32fe5d2157b96637d2c5 (patch) | |
tree | 1f9e216f265993924522b1409b3529a48891f2d4 | |
parent | 511eb43017d1a01e9160c59358f5e4498ef387b2 (diff) | |
download | perl-39b6ec1a4f067ccc33bb32fe5d2157b96637d2c5.tar.gz |
Another typo in perlretut
-rw-r--r-- | pod/perlretut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod index aa89c3f480..3af0d3af5c 100644 --- a/pod/perlretut.pod +++ b/pod/perlretut.pod @@ -2853,7 +2853,7 @@ process: 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 +in the compilation list above. See L<perldebguts/"Debugging Regular Expressions"> for much more detail. An alternative method of debugging regexps is to embed C<print> |