建立perl
文件時自動寫些東西,供偷懶html
另Vim經常使用配置函數介紹shell
<!-- lang: shell --> # 很是初級的 => *.pm 顯然不應如此 autocmd BufNewFile *.pl exec ":call StrictWarn()" func StrictWarn() call setline(1,"#!/usr/bin/perl") call append(1,"use strict;") call append(2,"use warnings;") endfunc