diff options
author | Michael G Schwern <schwern@pobox.com> | 2007-11-16 11:26:36 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-17 12:28:49 +0000 |
commit | daaddde1e827fdc7e156d6285d089c179eb25348 (patch) | |
tree | 7f4f89be2a9fc60031332a28f821dfae13a04045 /pod | |
parent | 400084413bade2cd02d3b655c75e4cb7dc93fc3f (diff) | |
download | perl-daaddde1e827fdc7e156d6285d089c179eb25348.tar.gz |
[perl #47533] [PATCH perlvar.pod] Missing English variables
From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-24634-1195269995-836.47533-75-0@perl.org>
p4raw-id: //depot/perl@32360
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlvar.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 0091e9bdc7..e9c1e9f63c 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -302,6 +302,8 @@ matched. For example: (Mnemonic: be positive and forward looking.) This variable is read-only and dynamically scoped to the current BLOCK. +=item $LAST_SUBMATCH_RESULT + =item $^N X<$^N> @@ -801,6 +803,10 @@ went bang?) Also see L<Error Indicators>. +=item %OS_ERROR + +=item %ERRNO + =item %! X<%!> |