What are some good Perl debugging methods?

前端 未结 18 1099
南笙
南笙 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:50

    Some Other methods

    CGI::Dump
    
    Benchmark
    
    Command-line options 
    
    __DATA__ &  
    
    $.
    
    __FILE__ & __LINE__ 
    
    warn() & die() 
    

提交回复
热议问题