in reply to Re: Modifying loop structure and placement
in thread Modifying loop structure and placement

Um, do you really want to use <= and >=?

The tests are for less and greater than.


Be Appropriate && Follow Your Curiosity
  • Comment on Re^2: Modifying loop structure and placement

Replies are listed 'Best First'.
Re^3: Modifying loop structure and placement
by irvson (Sexton) on Dec 30, 2009 at 22:57 UTC
    <= and >= are used in the script I copied from Ford's book. And now that you point this out, using that code doesn't make sense. That's just basic math structure, and even this Perl neophyte knows that. I will have to pay closer attention to the script I copy from his book. Thanks.