I was perusing the pocket reference book, "Perl Debugger", and came across the mention of the PadWalker module.
I have been using the perl debugger for some time now but had always been frustrated when trying to examine "my" variables. Because of this, I have avoided using them.
I hope to begin using the PadWalker module now and would appreciate any useful comments, hints, tips, etc. that anyone can offer with regards to best utilizing this module.
A question I have would be, is there any way to examine "my" variables (short of using print statements) in the debugger without using PadWalker?
Thanks in advance for your help!
Mr. Magoo