http://qs321.pair.com?node_id=434875


in reply to Test driven development with Perl and vim

Nice work - and welcome to the TDD club !!

And for our x?emacs friends, to bind the .t extension to the cperl mode, you can do this

(setq auto-mode-alist (append '(("\\.t$" . cperl-mode)) auto-mode-alis +t))

...it is better to be approximately right than precisely wrong. - Warren Buffet