The perl debugger is included in the standard Perl distribution and
is invoked on a program with the -d switch:
perl -d program
You can start a debugger session without a program by saying:
perl -d -e 0
http://refcards.com/docs/forda/perl-debugger/perl-
saved under Cheat Sheets
by
perl
|
|