summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-31 14:08:12 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-03-31 14:08:12 +0000
commit0239f47c38fe4c16c8ee5852e4b46154affabb39 (patch)
treed69e57f11cebff890894c19c6396214ffa7e22ac /pod
parentb3ca2e834c3607fd8aa8736a51aa3a2b8bba1044 (diff)
downloadperl-0239f47c38fe4c16c8ee5852e4b46154affabb39.tar.gz
Document new magic types in perlguts. Fix a comment about sort hints.
p4raw-id: //depot/perl@27644
Diffstat (limited to 'pod')
-rw-r--r--pod/perlguts.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index 0d17aa4ff5..7b92d365b3 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -1038,6 +1038,8 @@ The current kinds of Magic Virtual Tables are:
e PERL_MAGIC_envelem vtbl_envelem %ENV hash element
f PERL_MAGIC_fm vtbl_fm Formline ('compiled' format)
g PERL_MAGIC_regex_global vtbl_mglob m//g target / study()ed string
+ H PERL_MAGIC_hints vtbl_sig %^H hash
+ h PERL_MAGIC_hintselem vtbl_hintselem %^H hash element
I PERL_MAGIC_isa vtbl_isa @ISA array
i PERL_MAGIC_isaelem vtbl_isaelem @ISA array element
k PERL_MAGIC_nkeys vtbl_nkeys scalar(keys()) lvalue