[Kc] Perl Noob

djgoku djgoku at gmail.com
Wed Sep 19 00:42:21 PDT 2007


On 9/19/07, Eric Wilhelm <scratchcomputing at gmail.com> wrote:
> # from djgoku
> # on Wednesday 19 September 2007 00:22:
>
> >warnings are pretty early on seems to start on page 24 with 'perl -w
> > script.pl'
>
> As of (roughly) v5.6.2, -w is different though.  See perlrun and then
> perllexwarn.  With '-w', you're enabling warnings globally -- on all of
> the modules being loaded.  This is sometimes nice to check, but (e.g.
> in tests) not if the modules weren't tested with warnings enabled.

I was meaning both 'use (strict and warnings)' from inside the script.
Like the code fragments you posted.


More information about the kc mailing list