in reply to Why does exists cause autovivication?
How is perl to know that you don't want to dereference $user_by_uid{$uid} when you dereference it explicitly? Where should exists start dereferencing, and how do you rewrite the evaluation order of expressions to make it work its way through the dereferencing chain without breaking the ability of exists to work on other expressions?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Why does exists cause autovivication?
by Anonymous Monk on Dec 29, 2007 at 04:18 UTC | |
by Fletch (Bishop) on Dec 29, 2007 at 05:22 UTC | |
by perrin (Chancellor) on Dec 29, 2007 at 05:50 UTC |