" Run perl -c on the current buffer nnoremap pc :!perl -c % " Run perlcritic over the current buffer nnoremap pl :!perlcritic % " Run the current buffer through perltidy nnoremap pt :%!perltidy