小编Bib*_*ahu的帖子

如何调试另一个 perl 脚本中使用的 perl 脚本?

如何调试另一个 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脚本吗?

谢谢。

debugging perl

2
推荐指数
1
解决办法
909
查看次数

标签 统计

debugging ×1

perl ×1