On Wed, 25 Apr 2012 09:36:10 -0400
Nathan Trapuzzano <nbt...@nbtrap.com> wrote:

> Some GDB commands (e.g. "step") take a numerical argument n that tells
> the debugger to repeat the command n times. Does the perl debugger have
> a similar feature?
> 

One option would be to do "source $filename" (where $filename is the name of
the file) and this contains these commands N times. That's the easiest way I
can think of, but there may be others.

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Parody of "The Fountainhead" - http://shlom.in/towtf

Linux — Because Software Problems Should not Cost Money.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to