如何调试另一个 perl 脚本中使用的 perl 脚本。我们可以分别调试两者。是否可以一步调试?
前任:
!/user/bin/perl
my $param= 8;
my @res=\`perl extract.pl $config`;
print "The results is .... @res\n";
Run Code Online (Sandbox Code Playgroud)
同样,我们可以调试shell脚本中使用的perl脚本吗?
谢谢。
| 归档时间: |
|
| 查看次数: |
909 次 |
| 最近记录: |