in reply to Help with a programming problem.
This requires you to declare all the variables in the program. Some of the variables are declared and some are not. You need to declare all of them. Like in the line with the error, you could declare the loop variable, my $count1
for (my $count1 = 0; $count1 < $i2; $count1++)
|
|---|