[sf-perl] use {strict,warnings}

Rich Morin rdm at cfcl.com
Mon Mar 3 19:26:11 PST 2008


At 03:43 -0800 3/3/08, frosty wrote:
> The problem with *not* doing that is there is plenty of
> CPAN code that spews warnings all over your log files if
> you happen to have any.

  ...
  use this;      # Look, Ma...
  use that;      # No warnings!
  ...
  use strict;
  use warnings;
  ...

-r
-- 
http://www.cfcl.com/rdm            Rich Morin
http://www.cfcl.com/rdm/resume     rdm at cfcl.com
http://www.cfcl.com/rdm/weblog     +1 650-873-7841

Technical editing and writing, programming, and web development


More information about the SanFrancisco-pm mailing list