From fbe13c605d92f73c90ff4702b76a97c5e12927a7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 23 Apr 2015 18:33:15 -0600 Subject: perlapi, perlintern: Add L<> links to pod --- hv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hv.h') diff --git a/hv.h b/hv.h index 9533af58f2..c6cc0fa45a 100644 --- a/hv.h +++ b/hv.h @@ -153,7 +153,7 @@ Null HV pointer. =for apidoc Am|char*|HvNAME|HV* stash Returns the package name of a stash, or NULL if C isn't a stash. -See C, C. +See C>, C>. =for apidoc Am|STRLEN|HvNAMELEN|HV *stash Returns the length of the stash's name. @@ -208,7 +208,7 @@ variable C, though this is rather less efficient than using a local variable. Remember though, that hash keys in perl are free to contain embedded nulls, so using C or similar is not a good way to find the length of hash keys. This is very similar to the C macro -described elsewhere in this document. See also C. +described elsewhere in this document. See also C>. If you are using C to get values to pass to C to create a new SV, you should consider using C as it is more -- cgit v1.2.1