in reply to Re: How to skip a step in perldebug?
in thread How to skip a step in perldebug?

Casiano, thanks for replying.

I'm afraid that this approach is slightly lacking: If I knew enough to place a label where I would like to skip, I might as well have commented the skipped line(s) out.

It would be nice to dynamically decide which code executions to skip, after running perl -d only once.

What would work is a goto [line_number].