in reply to Re: Vim for Perl developers
in thread Vim for Perl developers
au BufWritePost *.pl,*.pm !perl -c %
Every time you save a .pl or .pm file, it executes perl -c and shows you the output.
~~
naChoZ
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Vim for Perl developers
by dragonchild (Archbishop) on Oct 07, 2008 at 18:34 UTC |