in reply to anyway to abbreviate use strict; use warnings;
Why? Too much typing? Are the programs you write that short for these two statements to make up a significant amount of verbiage?
But well...
and insert the #!-line and those uses with <Ctrl>-P in command mode or typing usw; in insert modemap <C-P> i#!/usr/bin/perl<CR>use strict;<CR>use warnings;<CR><CR> ab usw use strict;<CR>use warnings
|
|---|