in reply to Re: local() magic with hash entry?
in thread local() magic with hash entry?
local $self->{foo} = 'bar';i have been programming Perl for more than seven years now, but until today i didn't know that you can localize hash elements, if the hash itself is a lexical variable. nice =)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: local() magic with hash entry?
by Hue-Bond (Priest) on Jul 09, 2006 at 13:09 UTC |