in reply to Re: Using the perl debugger
in thread Using the perl debugger

(and now finally logged in)

Replies are listed 'Best First'.
Re^3: Using the perl debugger
by educated_foo (Vicar) on Mar 30, 2009 at 17:11 UTC
    If you've managed to insert the labels, then goto should be able to skip to the next line. That said, this whole source filtering thing is a terrible idea. The only decent way to do this would be through XS hacking, and that would take a lot of work.