summaryrefslogtreecommitdiff
path: root/pod/perlguts.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-10-26 08:32:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-10-26 08:49:07 -0700
commita5e62da03c2cb46e070067467ac3b29dd44b96bd (patch)
treede81c52bfe30b2fb773eeff04d43451cf20b5f91 /pod/perlguts.pod
parent6b54ddc5f039cda5c3fd0fa36516955199bdb957 (diff)
downloadperl-a5e62da03c2cb46e070067467ac3b29dd44b96bd.tar.gz
Better documentation for internal SV types
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r--pod/perlguts.pod18
1 files changed, 7 insertions, 11 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod
index d1e179a9ef..5a2124c6c9 100644
--- a/pod/perlguts.pod
+++ b/pod/perlguts.pod
@@ -604,17 +604,13 @@ macro and then check the return value.
The most useful types that will be returned are:
- SVt_IV Scalar
- SVt_NV Scalar
- SVt_PV Scalar
- SVt_RV Scalar
- SVt_PVAV Array
- SVt_PVHV Hash
- SVt_PVCV Code
- SVt_PVGV Glob (possibly a file handle)
- SVt_PVMG Blessed or Magical Scalar
-
-See the F<sv.h> header file for more details.
+ < SVt_PVAV Scalar
+ SVt_PVAV Array
+ SVt_PVHV Hash
+ SVt_PVCV Code
+ SVt_PVGV Glob (possibly a file handle)
+
+See L<perlapi/svtype> for more details.
=head2 Blessed References and Class Objects