From 4509d3915807f2b10ded2392ed80232450656889 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 26 Apr 2011 16:01:56 -0600 Subject: [PATCH] perlguts: Fix broken link --- pod/perlfunc.pod | 4 ++-- pod/perlguts.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 2a1b20aaf6..cafb6903d9 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2445,7 +2445,7 @@ X X X =item gmtime -Works just like L but the returned values are +Works just like L but the returned values are localized for the standard Greenwich time zone. Note: When called in list context, $isdst, the last value @@ -7173,7 +7173,7 @@ Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (using C<&>), or a typeglob (using C<*>). Saying C will probably not do what you expect on most predefined variables or -DBM list values, so don't do that; see L. Always returns the +DBM list values, so don't do that; see L. Always returns the undefined value. You can omit the EXPR, in which case nothing is undefined, but you still get an undefined value that you could, for instance, return from a subroutine, assign to a variable, or pass as a diff --git a/pod/perlguts.pod b/pod/perlguts.pod index a8cabdda7b..21f827a9de 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1125,7 +1125,7 @@ is activated whenever the hash is accessed with a key specified as an C through the functions C, C, C, and C. Accessing the key as a string through the functions without the C<..._ent> suffix circumvents the -hook. See L for a detailed description. +hook. See L for a detailed description. Note that because multiple extensions may be using C or C magic, it is important for extensions to take -- 2.34.1