in reply to Re: Re: Re: Missing the if statement and going directly to else
in thread Missing the if statement and going directly to else

I do "use strict;" also "use diagnostics -verbose;" I just did not add them to the code I pasted in my scratchpad. I am still trying to grasp the concept of how variables are declared and how they are used. As I said, I have only been using Perl for 1 1/2 weeks. That is how long I have had the Lama and the Camel and I only discovered the Monastery about a week ago.
  • Comment on Re: Re: Re: Re: Missing the if statement and going directly to else

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Missing the if statement and going directly to else
by runrig (Abbot) on Jan 17, 2003 at 17:39 UTC
    I am still trying to grasp the concept of how variables are declared and how they are used.

    Read Dominus's Coping with Scoping (Sorry, I should have mentioned that the first time around).