AndrewMcHorney wrote:
Hello

Hello,

I am working on a perl script which is strictly loops for performance testing. For some reason the index for the quarterback index is not incrementing.

That is because it is outside of the while loops.

Also sometimes I am getting an error message about the last right bracket.

Yes, you have three { and four }.  You need to have the same number of both.

I have looked at this for a while and cannot see why this is happening. I could use a second set of eyes to look at this.

And putting these two lines at the top of your program would also help:

use warnings;
use strict;


(Hint: They will help you find where you misspelled variable names.)



John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order.                            -- Larry Wall

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to