helm-perldoc.el is perldoc, Perl documentation command, with helm interface.
- Emacs 24 or higher
- helm 1.7.7 or higher
- deferred.el
- Perl
helm-perldoc is available on MELPA and MELPA stable
You can install helm-perldoc with the following command.
M-x package-install [RET] helm-perldoc [RET]
Search module and do action.
Update module list for viewing documenations.
Update module list based Carton.
Local library path is decided on helm-perldoc:default-carton-path.
Search modules which is already searched
PERL5LIB envirnoment variable which is set when perl and perldoc
commands are executed.
Default carton library path.
- View Document
- View Source code
- Insert import statement
- Check with
corelist
;; helm-perldoc:setup takes long time on low power platform
(eval-after-load "cperl-mode"
'(progn
(helm-perldoc:setup)))
;; auto carton setup
(add-hook 'cperl-mode-hook 'helm-perldoc:carton-setup)