Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

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

by LanX (Saint)
on Aug 06, 2009 at 13:26 UTC ( [id://786422]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    lanx@nc10-ubuntu:~$ cat .perldb
    sub afterinit { $DB::alias{ALIAS}='s/ALIAS/command/' }
    
  2. or download this
    sub afterinit { 
     $DB::doccmd='perldoc';
     $DB::alias{doc}='s/doc/perldoc/'; 
    }
    
  3. or download this
      DB<2> doc -f print
    
  4. or download this
     lanx@nc10-ubuntu:~$ doc -k '=='
    

Log In?
Username:
Password:

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

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

    No recent polls found