In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Dave Kettmann) writes:
>Hello all,
>
>I have seen in quite a few posts to the list from the non-beginners, who
>I think all of us beginners appreciate them taking their time to help us
>true beginners, make some references to the strict and warnings pragmas.
>So I have a question about them. Some of the time I see them say that
>the pragmas are good for developing programs/scripts. The way it is
>worded some times it seems as if after the program is written and in
>'production' to take these lines out of the code. Do they slow down how
>perl processes the programs? Does it hurt to leave them in?

I wrote an entire chapter on strict and warnings in "Perl Medic", so
that the reader might understand their importance and operation.
Leave them in.  Always.  If you have a program that you need to speed up,
that is the last place to look for possible speed increase.  *Your*
time is infinitely more important than the computer's.

-- 
Peter Scott
http://www.perldebugged.com/
*** NEW *** http://www.perlmedic.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to