Are there other ways for debugging Perl programs apart from Data::Dumper and perl -d?
Are there other ways for debugging Perl programs apart from Data::Dumper and perl -d
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Available tools for debugging
There are several tools available in Perl for debugging and similar tasks.
Built-in command line debugger.
Devel::ptkdb
Perl/Tk based graphical debugger by Andrew E. Page.
Regex Coach
This a free tool running both on Linux and Windows written in Lisp. Source code is not
available.
Rx: A Regex Debugger for Perl
The Perl Regex debugger and an article about it written by Mark Jason Dominus.
A GUI for the Perl Debugger