projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b53c43b
)
perllocale: Note that $^E acts the same as $!
author
Karl Williamson
<public@khwilliamson.com>
Mon, 31 Mar 2014 20:14:21 +0000
(14:14 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 1 Apr 2014 16:54:40 +0000
(10:54 -0600)
pod/perllocale.pod
patch
|
blob
|
history
diff --git
a/pod/perllocale.pod
b/pod/perllocale.pod
index
c7546f8
..
a62d8dc
100644
(file)
--- a/
pod/perllocale.pod
+++ b/
pod/perllocale.pod
@@
-202,8
+202,9
@@
Only operations originating outside Perl should be affected, as follows:
=item *
-The variable L<$!|perlvar/$ERRNO> (and its synonyms C<$ERRNO> and
-C<$OS_ERROR>) when used as strings always are in terms of the current
+The variables L<$!|perlvar/$ERRNO> (and its synonyms C<$ERRNO> and
+C<$OS_ERROR>) and L<$^E|perlvar/$EXTENDED_OS_ERROR> (and its synonym
+C<$^E>) when used as strings always are in terms of the current
locale.
=item *