在这个问题上让我有点疯狂,因为它已经在不同的系统上做了多年,而且我还没弄清楚如何关闭它。基本上每当Perl脚本抛出错误时,它就会出现HTML格式。这是一个例子:
<h1>Software error:</h1>
<pre>Copy failed: No such file or directory at copy_files.pl line 55.
</pre>
<p>
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.
</p>
这使得阅读错误变得更加困难。当然必须有一个开关来关闭它。谁知道怎么做?
我在Mac上运行。
9.20:00 % perl --version
This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level
(with 2 registered patches, see perl -V for more detail)
我也经常在Ubuntu上看到这个。