http://www.perlmonks.org?node_id=750710

incognito129 has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to debug a script I wrote but I'd like to skip over a line. By skip i dont mean issuing the "c 1234" command but instead say if I'm on line 61, I want to not execute whatever is on line 61 and goto line 62. Is there any way of doing this?