PDA

View Full Version : vim and perl modules question



perlsyntax
July 4th, 2008, 04:35 PM
is there some tool for the vim command line so i can look up my perl modules?

HalPomeranz
July 5th, 2008, 07:21 PM
What exactly do you mean by "look up my Perl modules"? Get documentation about them? Find out which ones you're currently using? Find out which ones you need to use? What?

knallkopf
October 29th, 2008, 03:25 AM
To look up perl documentation from within Vim, I'd recommend manpageview (http://www.vim.org/scripts/script.php?script_id=489). After you install it, you can look up Module Docs by pressing 'K' in normal mode or with the ':Man Some::Module' command.