diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-06-18 13:16:59 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-06-21 07:58:59 -0600 |
commit | 3fd67154df929b4c29e6f3219a72068550b21f70 (patch) | |
tree | ad4f458a26a0c3836114d3e0d03beec8867241b6 /pod/perlretut.pod | |
parent | 2ebce8af9404e304586bc1f83aff6d324e971737 (diff) | |
download | perl-3fd67154df929b4c29e6f3219a72068550b21f70.tar.gz |
perlretut: Fix link problem
Diffstat (limited to 'pod/perlretut.pod')
-rw-r--r-- | pod/perlretut.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlretut.pod b/pod/perlretut.pod index ea80594e60..46d9a36701 100644 --- a/pod/perlretut.pod +++ b/pod/perlretut.pod @@ -2776,7 +2776,8 @@ the end of the block enclosing the pragmas. The C<re '/flags'> pragma (introduced in Perl 5.14) turns on the given regular expression flags -until the end of the lexical scope. See C<re/"'/flags' mode"> for more +until the end of the lexical scope. See +L<re/"'E<sol>flags' mode"> for more detail. use re 'debug'; |