http://www.perlmonks.org?node_id=170137

This morning I stumbled upon something I did not know existed that I thought I would share with my fellow monks. There is a Perl/Tk adoptation of the debugger. I have not finished fully hammering on it yet but it seems to have all of the functionality of the regular debugger. To invoke the debugger simply type:

perl -d:ptkdb "scriptname"

This comes standard with the Perl/Tk dist but if you chose not to install the Devel stuff you will need to get this from CPAN:

Devel::ptkdb 1.1074 AEPAGE

happy hacking!

JSchmitz