On Sun, 10 Oct 2004, Yuval Yaari wrote:

> And more importantly, how can I watch array changes, hash changes, etc?

Not the perfect solution but for a specific simple array or
simple hash I'd put a watch on some expression that represents
the whole array or hash:

w join ":",@a

w join ":",%h


for more complex variables with some references as values you might
want to watch the serialized version of the variable.


Gabor
http://www.szabgab.com/

Reply via email to