From e476d66f344c36301762d51eed5338b862f3cc4d Mon Sep 17 00:00:00 2001 From: Vincent Pit Date: Sat, 10 Sep 2011 15:20:55 +0200 Subject: [PATCH] "state" in perlfunc should point to "Persistent Private Variables" --- pod/perlfunc.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 981032b..84e271e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6775,10 +6775,11 @@ C declares a lexically scoped variable, just like C. However, those variables will never be reinitialized, contrary to lexical variables that are reinitialized each time their enclosing block is entered. +See L for details. C variables are enabled only when the C pragma is in effect, unless the keyword is written as C. -See L. +See also L. =item study SCALAR X -- 2.7.4