in reply to Re: Incrementing the loop again.
in thread Incrementing the loop again.

Thanks for your replies folks. In the above code, once $i is incremented to 101, it won't hit the condition

if $i == 100 and defined $v;

I wanted to execute the statements after the above pasted code, once $i becomes 101 to 200