in reply to .vimrc options to assist with perl coding

Another part I have in my .vimrc:
au BufNewFile *.pl,*.cgi s,^,#!/usr/bin/perl -w, \ | w \ | !chmod +x %
Maybe not pretty but does the trick, maybe you can also add to this the use strict; stuff and some other header stuff. So eacht time you start a new perl file it automatically puts a header in. Try it for the next version :)

--
My opinions may have changed,
but not the fact that I am right