Are there other ways for debugging Perl programs apart from Data::Dumper and perl -d?
Data::Dumper
perl -d
Some Other methods
CGI::Dump Benchmark Command-line options __DATA__ & $. __FILE__ & __LINE__ warn() & die()