http://qs321.pair.com?node_id=715829


in reply to Re: Re: Vim for Perl developers
in thread Vim for Perl developers

Better would probably be something like:
au BufWritePost *.pl,*.pm !perl -wcIlib %
Warnings are important. -Ilib is probably also important, but maybe only I do editing in the root directory of my projects.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?