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