in reply to
Re^2: Quickly detecting variable writes
in thread
Quickly detecting variable writes
it looks like the += operator is already overloaded. can you hook into that, and an overloaded = operator, and etc?
Comment on
Re^3: Quickly detecting variable writes
In Section
Seekers of Perl Wisdom