Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Newbie to PERL debugger

by runrig (Abbot)
on Oct 05, 2011 at 15:57 UTC ( [id://929835]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Newbie to PERL debugger
in thread Newbie to PERL debugger

Ah, X and V are only for package variables. They will not work for lexical (my) variables. You can display specific lexical variables with "x", but not by regex. It does say "y" should work for lexicals like V and X, if you have PadWalker installed (which I don't).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://929835]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 21:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found