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