diff options
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 599017b3f5..d7d9044e7b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6011,7 +6011,7 @@ X<state> =item state TYPE EXPR : ATTRS C<state> declares a lexically scoped variable, just like C<my> does. -However, those variables will be initialized only once, contrary to +However, those variables will never be reinitialized, contrary to lexical variables that are reinitialized each time their enclosing block is entered. |