Re: Perl Debug Question

2002-03-26 Thread Peter Scott
At 03:47 PM 3/26/02 -0500, Nikola Janceski wrote: >2 questions actually. > >1. Is there a way to make the debugger display the next N lines of code at >each prompt (instead of just one). You would probably prefer to just hit 'w' or 'l' whenever you want to see more than one line. But... you can

Perl Debug Question

2002-03-26 Thread Nikola Janceski
2 questions actually. 1. Is there a way to make the debugger display the next N lines of code at each prompt (instead of just one). 2. What is the best way to avoid the loops on one line? I use c but I was hoping for a simpler solution. (ie. foreach my $line (map { stuff } @array){ ) Thanx Ni