summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-03-11 09:55:55 -0700
committerKarl Williamson <khw@cpan.org>2016-03-11 14:49:26 -0700
commita804e6572c5363bf7918934332cd0dd4c4979088 (patch)
tree2e4480b48f27cfdc110d7a2fbe674679dcc39c01 /pod
parent9accf6dffc4571fbb0c58f02e86d2eba66583d48 (diff)
downloadperl-a804e6572c5363bf7918934332cd0dd4c4979088.tar.gz
perlvar: Add a couple links
Diffstat (limited to 'pod')
-rw-r--r--pod/perlvar.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index f78d498e19..132c15ec29 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1702,7 +1702,7 @@ This variable was added in Perl v5.10.0.
X<$^E> X<$EXTENDED_OS_ERROR>
Error information specific to the current operating system. At the
-moment, this differs from C<$!> under only VMS, OS/2, and Win32 (and
+moment, this differs from C<L</$!>> under only VMS, OS/2, and Win32 (and
for MacPerl). On all other platforms, C<$^E> is always just the same
as C<$!>.
@@ -1720,7 +1720,7 @@ from within the Win32 API. Most Win32-specific code will report errors
via C<$^E>. ANSI C and Unix-like calls set C<errno> and so most
portable Perl code will report errors via C<$!>.
-Caveats mentioned in the description of C<$!> generally apply to
+Caveats mentioned in the description of C<L<$!>> generally apply to
C<$^E>, also.
This variable was added in Perl 5.003.