What are some good Perl debugging methods?

前端 未结 18 1100
南笙
南笙 2020-12-12 21:12

Are there other ways for debugging Perl programs apart from Data::Dumper and perl -d?

18条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 21:38

    If you don't like perl -d then Devel::REPL and Carp::REPL are both nice alternatives.

提交回复
热议问题