X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlapi.pod;h=e6191c0a41f9fb21edc4cb6db03bc8ad182c2baa;hb=bed171dfce7f6c0bdb7207be32c058f4d36fc432;hp=897fcdc9da3ef3cbd989ad6e286ca055bb04994c;hpb=954c1994944eafa74aaac1bab94e820b6e447da9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlapi.pod b/pod/perlapi.pod index 897fcdc..e6191c0 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -45,8 +45,8 @@ Returns the SV at the specified index in the array. The C is the index. If C 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. -See L for more information -on how to use this function on tied arrays. +See L for +more information on how to use this function on tied arrays. SV** av_fetch(AV* ar, I32 key, I32 lval) @@ -95,7 +95,7 @@ that the caller is responsible for suitably incrementing the reference count of C before the call, and decrementing it if the function returned NULL. -See L for +See L for more information on how to use this function on tied arrays. SV** av_store(AV* ar, I32 key, SV* val) @@ -349,7 +349,7 @@ obtained from the GV with the C macro. =item gv_fetchmethod -See L. GV* gv_fetchmethod(HV* stash, const char* name) @@ -548,7 +548,7 @@ C is the length of the key. If C 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. -See L for more +See L for more information on how to use this function on tied hashes. SV** hv_fetch(HV* tb, const char* key, U32 klen, I32 lval) @@ -563,7 +563,7 @@ accessing it. The return value when C 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 for more +See L for more information on how to use this function on tied hashes. HE* hv_fetch_ent(HV* tb, SV* key, I32 lval, U32 hash) @@ -632,7 +632,7 @@ be dereferenced to get the original C. Note that the caller is responsible for suitably incrementing the reference count of C before the call, and decrementing it if the function returned NULL. -See L for more +See L for more information on how to use this function on tied hashes. SV** hv_store(HV* tb, const char* key, U32 klen, SV* val, U32 hash) @@ -649,7 +649,7 @@ described here. Note that the caller is responsible for suitably incrementing the reference count of C before the call, and decrementing it if the function returned NULL. -See L for more +See L for more information on how to use this function on tied hashes. HE* hv_store_ent(HV* tb, SV* key, SV* val, U32 hash)