[ABE.pm] Here's a weird one

Ricardo SIGNES rjbs-perl-abe at lists.manxome.org
Thu Feb 22 18:01:13 PST 2007


* "Faber J. Fedor" <faber at linuxnj.com> [2007-02-22T19:57:43]
> > You are getting no warnings because you have not turned on warnings.  You
> > should ALWAYS start your code with "use strict; use warnings;"
> 
> The first use statement in all my perl code is "use strict".  It seems
> this time I forgot the '-w' on the shebang line.

-w is SO 5.0x!  Make an abbr for "usw" to "use strict;<CR>use warnings;<CR>"
and you need never go hungry again!

-- 
rjbs


More information about the ABE-pm mailing list