vim: *.asp = perl

Useful .vimrc entries for today. Working a project where the files are named *.asp, presumably for historical reasons, but are actually Perl. Thus:

syntax on
filetype on
au BufNewFile,BufRead *.asp set filetype=perl