From: Brendan O'Dea Date: Tue, 29 Jul 2003 23:49:18 +0000 (+1000) Subject: pod/perlvar.pod: minor typo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=271df126cf460e6b3d92c5f448bd1ce92f177c3a;p=p5sagit%2Fp5-mst-13.2.git pod/perlvar.pod: minor typo From: "Brendan O'Dea" Message-ID: <20030729134918.GA4339@londo.c47.org> p4raw-id: //depot/perl@20312 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 72cb625..dfb17e3 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -675,7 +675,7 @@ In the above I stands for anything: zero, non-zero, C. A successful system or library call does B set the variable to zero. -If used an a string, yields the corresponding system error string. +If used as a string, yields the corresponding system error string. You can assign a number to C<$!> to set I if, for instance, you want C<"$!"> to return the string for error I, or you want to set the exit value for the die() operator. (Mnemonic: What just