From: Craig A. Berry Date: Thu, 7 Jun 2001 14:27:20 +0000 (-0500) Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6966feaee0c3ed89d8fc30ec44b30cc2c61c5fc;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH perl@10439] fix old $^S description in perlvms.pod Message-Id: p4raw-id: //depot/perl@10478 --- diff --git a/vms/perlvms.pod b/vms/perlvms.pod index 48deedc..4db64d4 100644 --- a/vms/perlvms.pod +++ b/vms/perlvms.pod @@ -575,7 +575,7 @@ B at the DCL prompt. Perl waits for the subprocess to complete before continuing execution in the current process. As described in L, the return value of C is a fake "status" which follows -POSIX semantics unless the pragma C is in +POSIX semantics unless the pragma C is in effect; see the description of C<$?> in this document for more detail.