perldoc-vim

(★ 44)

Perldoc plugin for vim

File Explorer

  • .gitignore
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

Perldoc

View Details ▼

Look up Perl documentation in `.pod` format.

perldoc -{{f|v|a}} {{name}}

View documentation for a builtin [f]unction, a [v]ariable or an [a]PI:

perldoc -q {{regex}}

Search in the [q]uestion headings of Perl FAQ:

perldoc -T {{page|module|program|url}}

Send output directly to `stdout` (by default, it is send to a pager):

// repository documentation