summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-03-13 13:23:24 -0600
committerKarl Williamson <khw@cpan.org>2019-03-13 15:42:49 -0600
commit135226faaef3671e917c2e1d253e89a47c2b64f0 (patch)
treed75c5fbb718f4651e51d00d7c336f7d278dba99f /pod/perlvar.pod
parent67d5c462b11923ef2f2c3b6dc5834d982347e17b (diff)
downloadperl-135226faaef3671e917c2e1d253e89a47c2b64f0.tar.gz
perlvar: Fix broken link
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 03b2215b66..d67d4cd8b1 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -931,7 +931,8 @@ is equivalent to $2, etc.
should output "f-o-a-l".
-See also L</$I<digits>>, L</%{^CAPTURE}> and L</%{^CAPTURE_ALL}>.
+See also L<<< /$<I<digits>> ($1, $2, ...) >>>, L</%{^CAPTURE}> and
+L</%{^CAPTURE_ALL}>.
Note that unlike most other regex magic variables there is no single
letter equivalent to C<@{^CAPTURE}>.