From: Mark-Jason Dominus Date: Sat, 23 Mar 2002 18:25:44 +0000 (+0000) Subject: patch [bleadperl]: Document %! special variable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c5cef9b8e6593e27c89ee587dbf91631cce9552;p=p5sagit%2Fp5-mst-13.2.git patch [bleadperl]: Document %! special variable Message-ID: <20020323182544.11741.qmail@plover.com> p4raw-id: //depot/perl@15443 --- diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 1e6350b..69cd592 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -700,6 +700,15 @@ went bang?) Also see L. +=item %! + +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. + =item $EXTENDED_OS_ERROR =item $^E