in reply to Re: Things every perl programmer should know?
in thread Things every perl programmer should know?
are often missing from programs that I see.use strict; use warnings;
Careful you can get shot down in flames for that sort of talk.
Understanding why warnings and strict are good, and why they shouldn't be necessary in deployed code is something all new Perl programmers should learn. Unfortunately not all trainers and/or Perl gurus agree with that statement.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Barbie
Birmingham Perl Mongers
Web Site: http://birmingham.pm.org/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
Replies are listed 'Best First'. | |
---|---|
(jeffa) 3Re: Things every perl programmer should know?
by jeffa (Bishop) on Jun 04, 2003 at 20:10 UTC | |
by barbie (Deacon) on Jun 06, 2003 at 12:10 UTC | |
Re: Re: Re: Things every perl programmer should know?
by neilwatson (Priest) on Jun 04, 2003 at 17:53 UTC | |
Re3: Things every perl programmer should know?
by dragonchild (Archbishop) on Jun 25, 2003 at 18:08 UTC |