http://www.perlmonks.org?node_id=228626


in reply to Templates for Perl Programs and Perl Modules

Looks interesting and potentialy usefull. Up till now I have just used vi(m)'s ability to use a template file when you edit a new file. Putiing the following in the .vimrc
"load up skeleton files where needed autocmd BufNewFile *.pm 0r ~/.vim/skeleton.pm autocmd BufNewFile *.pl 0r ~/.vim/skeleton.pl
However I will give serious consideration to trying your scripts.

_______________________________________________________
Remember that amateurs built Noah's Ark. Professionals built the Titanic.