Re: strict and warnings

2005-01-14 Thread JupiterHost.Net
So it costs 3% more every ten million times it runs, the benefits of leaving it in are much more valuabel than 3%/1000 :) Actually, what happens is that importing those pragma cause flags to be set (eg $^H, see `perldoc perlvar`). Perl checks these flags during certain operations. If the fl

Re: strict and warnings

2005-01-14 Thread Peter Scott
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 warnin

Re: strict and warnings

2005-01-13 Thread Chris Devers
On Thu, 13 Jan 2005, Randy W. Sims wrote: > But, I don't really worry about it. I've never used anything like that > in my code. If there are speed problems, there are usually better > candidates for optimization. I have never had to remove, or even think > about removing, either pragma for spe

Re: strict and warnings

2005-01-13 Thread Randy W. Sims
JupiterHost.Net wrote: Chris Devers wrote: On Thu, 13 Jan 2005, Dave Kettmann wrote: [...] Some of the time I see them say that the [strict / warnings] 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 'producti

Re: strict and warnings

2005-01-13 Thread JupiterHost.Net
Chris Devers wrote: On Thu, 13 Jan 2005, Dave Kettmann wrote: [...] Some of the time I see them say that the [strict / warnings] 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

Re: strict and warnings

2005-01-13 Thread Chris Devers
On Thu, 13 Jan 2005, Dave Kettmann wrote: > [...] Some of the time I see them say that the [strict / warnings] > 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 c

Re: strict and warnings

2005-01-13 Thread Randy W. Sims
Dave Kettmann wrote: 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 tim

Re: strict and warnings

2005-01-13 Thread John W. Krahn
Dave Kettmann wrote: Hello all, Hello, 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

Re: strict and warnings

2005-01-13 Thread JupiterHost.Net
Dave Kettmann wrote: Hello all, hello, 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