Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^5: [perldebugger] calling perldoc from within the debugger (inifile)

by pemungkah (Priest)
on Sep 02, 2009 at 00:01 UTC ( [id://792770]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub DB::new_eval { local $DB::onetimeDump = 'dump'; &DB::old_eval(@_);
    + }
    *DB::old_eval = \&DB::eval;
    *DB::eval = \&DB::new_eval;
    
  2. or download this
    [tearought-lm|(none)]04:54 PM $ perl -de0
    
    ...
       9  10
    
      DB<2>
    
  3. or download this
      DB<4> print "my father plays dominos\n"
    my father plays dominos
    0  1
    
      DB<5>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found