If you haven't seen Devel::PerlySense, I highly recommend that you check it out. It's a relatively new project by Johan Lindström to bring Intellisense functionality to Perl.In your .vimrc, make sure you have the following line: if exists( "b:perlysense" ) finish endif let b:perlysense = 1 map <silent> <Leader>pp :call PerlySense_POD()<cr> map <silent> <Leader>pg :call PerlySense_smart_go_to()

