perllocale: Note that $^E acts the same as $!
authorKarl Williamson <public@khwilliamson.com>
Mon, 31 Mar 2014 20:14:21 +0000 (14:14 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 1 Apr 2014 16:54:40 +0000 (10:54 -0600)
pod/perllocale.pod

index c7546f8..a62d8dc 100644 (file)
@@ -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 *