summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2001-08-07 15:01:53 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-08 00:12:00 +0000
commit9bc98430000a3b57b51afb7c5f241b547d6d6d1c (patch)
tree81e20e9b6d4b3a0b2ebed7cd8d84e77574fb124f /pod/perlvar.pod
parent41eb6b36e385ed791b3b189b60f2d568bb6c684f (diff)
downloadperl-9bc98430000a3b57b51afb7c5f241b547d6d6d1c.tar.gz
better VMS docs for $?, exit(), and system()
Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01> p4raw-id: //depot/perl@11610
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index d9b4c4173e..e66654d5bb 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -572,7 +572,7 @@ change the exit status of your program. For example:
Under VMS, the pragma C<use vmsish 'status'> makes C<$?> reflect the
actual VMS exit status, instead of the default emulation of POSIX
-status.
+status; see L<perlvms/$?> for details.
Also see L<Error Indicators>.