diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-08 07:51:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-08 07:51:20 +0000 |
commit | 96f1132bd42b8b1255f98b7e95b1ed46ae0eff5c (patch) | |
tree | 98fd60cf4edbc25f8e90164ddafe85d76d7ff5c3 /hv.c | |
parent | b459063d13fd72246e4b59dcba764d7bacaf12c7 (diff) | |
download | perl-96f1132bd42b8b1255f98b7e95b1ed46ae0eff5c.tar.gz |
documentation patches (from Michael Schwern and Yitzchak
Scott-Thoennes)
p4raw-id: //depot/perl@5040
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -113,7 +113,7 @@ C<klen> is the length of the key. If C<lval> is set then the fetch will be part of a store. Check that the return value is non-null before dereferencing it to a C<SV*>. -See L<Understanding the Magic of Tied Hashes and Arrays> for more +See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more information on how to use this function on tied hashes. =cut @@ -209,7 +209,7 @@ accessing it. The return value when C<tb> is a tied hash is a pointer to a static location, so be sure to make a copy of the structure if you need to store it somewhere. -See L<Understanding the Magic of Tied Hashes and Arrays> for more +See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more information on how to use this function on tied hashes. =cut @@ -336,7 +336,7 @@ be dereferenced to get the original C<SV*>. Note that the caller is responsible for suitably incrementing the reference count of C<val> before the call, and decrementing it if the function returned NULL. -See L<Understanding the Magic of Tied Hashes and Arrays> for more +See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more information on how to use this function on tied hashes. =cut @@ -425,7 +425,7 @@ described here. Note that the caller is responsible for suitably incrementing the reference count of C<val> before the call, and decrementing it if the function returned NULL. -See L<Understanding the Magic of Tied Hashes and Arrays> for more +See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more information on how to use this function on tied hashes. =cut |