Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Newbie to PERL debugger

by ISAI student (Scribe)
on Oct 05, 2011 at 15:49 UTC ( [id://929834]=note: print w/replies, xml ) Need Help??


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

No luck there either.

DB<6> X ~popo DB<7>

Replies are listed 'Best First'.
Re^3: Newbie to PERL debugger
by runrig (Abbot) on Oct 05, 2011 at 15:57 UTC
    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://929834]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-18 11:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found