Don't ask to ask, just ask | |
PerlMonks |
Re: debugger watchpoint behaviorby Anonymous Monk |
on May 27, 2024 at 12:53 UTC ( [id://11159689]=note: print w/replies, xml ) | Need Help?? |
Another way to find out where the hash is being changed is to use Hash::Util 'lock_hash'; and then lock_hash( %hash ); once it has been set up. This turns any attempt to assign to the hash into a fatal exception.
In Section
Seekers of Perl Wisdom
|
|