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 '=='