Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Newbie to PERL debugger

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


in reply to Newbie to PERL debugger

The docs say to use "~" for regexes with V and X, so you want:
X ~popo

Replies are listed 'Best First'.
Re^2: Newbie to PERL debugger
by ISAI student (Scribe) on Oct 05, 2011 at 15:49 UTC

    No luck there either.

    DB<6> X ~popo DB<7>
      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://929828]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-29 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found