From: Jarkko Hietaniemi Date: Sat, 23 Mar 2002 17:33:08 +0000 (+0000) Subject: Slight tweaks on #15443. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3be065a1e9733344e98c8647d9690fa7c678b5c5;p=p5sagit%2Fp5-mst-13.2.git Slight tweaks on #15443. p4raw-id: //depot/perl@15445 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 69cd592..744e636 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -704,10 +704,13 @@ Also see L. Each element of C<%!> has a true value only if C<$!> is set to that value. For example, C<$!{ENOENT}> is true if and only if the current -value of C<$!> is C; that is, if the mot recent error was "No -such file or directory". To check if a particular key is meaningful -on your system, use C; for a list of legal keys, -use C. See L for more information. +value of C<$!> is C; that is, if the most recent error was +"No such file or directory" (or its moral equivalent: not all operating +systems give that exact error, and certainly not all languages). +To check if a particular key is meaningful on your system, use +C; for a list of legal keys, use C. +See L for more information, and also see above for the +validity of C<$!>. =item $EXTENDED_OS_ERROR