http://www.perlmonks.org?node_id=994785


in reply to Re: Use of "my" after Perl v5.14
in thread Use of "my" after Perl v5.14

Almost exactly right! A state variable has a lexical scope of visibility, but the value persists across control flow leaving that scope.