in reply to Re^2: Using the perl debugger
in thread Using the perl debugger
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.