While debugging my code, I had to watch a variable, $attribute, in a
for loop. However if I set
"w $attribute" , the debugger will break at all usages of $attribute, as the
perldebug says:
" w expr : Add a global watch-expression.". How do I watch variables, only in a certain package ? Thanks.