RE: undefined variable

2002-01-31 Thread Darren Simpson
cool. thats how i do it :-) you don't think i actually write any code do you ;-) -Original Message- From: Debbie McNerney [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 18:14 To: Beginners perl Subject: undefined variable Please accept my apologies for being so dumb. I am a beginner a

Re: undefined variable

2002-01-30 Thread Dave Benware
Debbie McNerney wrote: > > Please accept my apologies for being so dumb. I am a beginner and really > have done basic perl scripting by using the "copy and paste and modify" > method of script writing. > > I have a server running Solaris 8. From what I can determine, perl is > version 4 on it

RE: undefined variable

2002-01-30 Thread Jonathan E. Paton
> Please accept my apologies for being so dumb. Not required. > I am a beginner and really have done basic perl > scripting by using the "copy and paste and modify" > method of script writing. Beginners learn by whatever means pleases them. Examining other people's code is quite a good method

RE: undefined variable

2002-01-30 Thread Wagner-David
It seems to look fine. The only thing you might do(some would say you need to do) is use -w as part of the #! line and add 'use strict' to see what this kicks out. Wags ;) -Original Message- From: Debbie McNerney [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 10:14