RE: not using strict problems

2005-08-19 Thread Charles K. Clarkson
Brent Clark wrote: : Hi list : : I have a problem whereby another new programmer (like myself) : likes NOT to use strict in his code where by I do. : : The problem is that I have is that he as writting a pm file and : basically just did is as so: [snipped code] One

Re: not using strict problems

2005-08-19 Thread JupiterHost.Net
I have a problem whereby another new programmer (like myself) likes NOT to use strict in his code where by I do. My own anecdote: I didn't think that using the 'strict' or 'warnings' pragmas was important either, once. And I'm a very novice programmer. However, when I thought about, I alw

RE: not using strict problems

2005-08-19 Thread Ryan Frantz
> -Original Message- > From: Brent Clark [mailto:[EMAIL PROTECTED] > Sent: Friday, August 19, 2005 3:40 AM > To: Beginners Perl > Subject: not using strict problems > > Hi list > > I have a problem whereby another new programmer (like myself) likes NOT to > use strict in his code where

Re: not using strict problems

2005-08-19 Thread tmatsumoto
Hi Brent, it shouldn't be a problem the way he wrote the pm, unless he doesn't 'return' anything in the subroutines. I had a similar problem having to convert a pm and the script I was using into 'strict'. I values that I could use between the pm and the script when 'strict' was off couldn't