Re: How to complete the loop while debugging.

2009-11-17 Thread Parag Kalra
Thanks to this Robert as well :) it worked Cheers, Parag On Tue, Nov 17, 2009 at 11:05 PM, Robert Wohlfarth wrote: > On Tue, Nov 17, 2009 at 11:11 AM, Parag Kalra wrote: > >> It happens so many times that while debugging I come inside a loop which >> doesn't contain the issue which

Re: How to complete the loop while debugging.

2009-11-17 Thread Parag Kalra
t; Coventry HealthCare > 3220 Keller Springs > Suite #106 > Carrollton, Texas 75006 > (o) (972) 725-1484 > (e) gorrebeec...@cvty.com > > -Original Message- > From: Parag Kalra [mailto:paragka...@gmail.com] > Sent: Tuesday, November 17, 2009 11:11 AM > To: Perl Beginners

Re: How to complete the loop while debugging.

2009-11-17 Thread Robert Wohlfarth
On Tue, Nov 17, 2009 at 11:11 AM, Parag Kalra wrote: > It happens so many times that while debugging I come inside a loop which > doesn't contain the issue which I am debugging. > > And as I am not aware of a method to complete the loop while debugging - I > manually enter 'n' to complete each it

How to complete the loop while debugging.

2009-11-17 Thread Parag Kalra
Hi All, It happens so many times that while debugging I come inside a loop which doesn't contain the issue which I am debugging. And as I am not aware of a method to complete the loop while debugging - I manually enter 'n' to complete each iteration and finish the loop operation. And then again