The debugger as a perl shell
Starting a Session (perl -d) For an example of its simplest usage, start the debugger by giving it something innocuous (like a 0 (zero)) as the evaluation argument to the debugger via the command line: This way of invoking the debugger works just as well on Microsoft Windows and Mac OS X as it does on the many … Read more