in reply to Re: Lexical scope variable is not undef'ed
in thread Lexical scope variable is not undef'ed
And the code to do this in 5.10 will be
sub func { state $var; }
but I know you know I knew you knew this already :)
• another intruder with the mooring in the heart of the Perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Lexical scope variable is not undef'ed
by ikegami (Patriarch) on Oct 22, 2007 at 17:51 UTC |