in reply to Re^5: What operator should perl5porters use for safe dereferencing?
in thread What operator should perl5porters use for safe dereferencing?
Safe can prevent die from being called, but not dying in general, or even due to "bad" derefs.
If you wanted to change the behaviour of `->`, especially in a lexical scope, you could use an opcode checker. The autovivification pragma is an example of such.
|
---|