To me, not using -d is because it can’t edit in place
That's a really weird statement. A debugger and an editor are two different tools with different user interfaces. Many IDEs integrate them both.
If debugging from the command line, you can fire up the editor of your choice with e.g. system "nano $0" and then edit in place. Integrating the user interface of any editing capabilities in the debugger looks like a bad idea for me.
In reply to Re^3: How edit source code in perl debug mode
by haj
in thread How edit source code in perl debug mode
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |