diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-08-09 21:02:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-08-09 21:02:21 +0000 |
commit | 384679aa783f7270f4f3edc35b03682e7825671f (patch) | |
tree | 525af4c23cf325e93f8586e4a280e1072aed2aa1 /pod | |
parent | 6fe7af953cb2b4526afcec17ba9349377ed46c3e (diff) | |
download | perl-384679aa783f7270f4f3edc35b03682e7825671f.tar.gz |
Regenerate perlapi.pod.
p4raw-id: //depot/perl@20590
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 481ee1047f..2bbbc668b8 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1222,9 +1222,8 @@ Returns entries from a hash iterator. See C<hv_iterinit> and C<hv_iternext>. The C<flags> value will normally be zero; if HV_ITERNEXT_WANTPLACEHOLDERS is set the placeholders keys (for restricted hashes) will be returned in addition to normal keys. By default placeholders are automatically skipped over. -Currently a placeholder is implemented with a value that is literally -<&Perl_sv_undef> (a regular C<undef> value is a normal read-write SV for which -C<!SvOK> is false). Note that the implementation of placeholders and +Currently a placeholder is implemented with a value that is +C<&Perl_sv_placeholder>. Note that the implementation of placeholders and restricted hashes may change, and the implementation currently is insufficiently abstracted for any change to be tidy. |