When I debug some_script.pl (thus: perl -d some_script.pl), I start out at the top and want to skip to the specific line /usr/lib/perl5/Somewhere/Deep/Within.pm:1234 where the interesting action is. How do I do that?
I tried the c command with that line, but that gives a syntax error from the debugger. I also tried without the colon, that does not work, either. The documentation is not helping because it does not explain what the syntax for the line argument is.
In reply to debugger: continue to specific line by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |