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 /av.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 'av.c')
-rw-r--r-- | av.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -167,8 +167,8 @@ Returns the SV at the specified index in the array. The C<key> is the index. 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 information -on how to use this function on tied arrays. +See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for +more information on how to use this function on tied arrays. =cut */ @@ -231,7 +231,7 @@ 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 +See L<perlguts/"Understanding the Magic of Tied Hashes and Arrays"> for more information on how to use this function on tied arrays. =cut |