This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlvar: Fix broken link
[perl5.git] / pod / perlvar.pod
index 03b2215..d67d4cd 100644 (file)
@@ -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}>.