我正在使用Eclipse EPIC (Perl Editor and IDE for Eclipse)插件的"PerlCGI“调试和运行配置,该站点使用index.cgi作为其目录索引文件。该站点的编写期望Apache DirectoryIndex是index.html index.cgi,所以大多数链接只指向目录,而不是index.cgi。这将导致在index.html不存在的情况<e
我有一个CGI脚本,它使用File::Copy CPAN模块提供图像:....;[File::Copy::copy 140] stat() on unopened filehandle STDOUT at /usr/share/perl/5.14/File/Copy.pm line 140.我不确定这是否是预期行为<