perl调试,直接用perl自带的debugger

例子: test.pl


shell中

perl -d test.pl


s回车是单步调试

l回车是 show the source code

p expr 回车是查看expr变量的值

你可能感兴趣的:(perl调试,直接用perl自带的debugger)