From 4a4eefd0ee0da7b6a2b5b0d021684bca80971b79 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Mon, 13 Mar 2000 21:40:23 +0000 Subject: fixes for broken L<> links (from Wolfgang Laun ) p4raw-id: //depot/perl@5715 --- pod/perlguts.pod | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'pod/perlguts.pod') diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 6caed3ebf8..2900b442eb 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -398,14 +398,13 @@ you to stringify the keys (unlike the previous set of functions). They also return and accept whole hash entries (C), making their use more efficient (since the hash number for a particular string -doesn't have to be recomputed every time). See L later in -this document for detailed descriptions. +doesn't have to be recomputed every time). See L for detailed +descriptions. The following macros must always be used to access the contents of hash entries. Note that the arguments to these macros must be simple variables, since they may get evaluated more than once. See -L later in this document for detailed descriptions of these -macros. +L for detailed descriptions of these macros. HePV(HE* he, STRLEN len) HeVAL(HE* he) @@ -912,7 +911,7 @@ calling these functions, or by using one of the C or C functions. Similarly, generic C code must call the C macro to invoke any 'get' magic if they use an SV obtained from external sources in functions that don't handle magic. -L later in this document identifies such functions. +See L for a description of these functions. For example, calls to the C functions typically need to be followed by C, but they don't need a prior C since their implementation handles 'get' magic. -- cgit v1.2.1