Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在尝试运行 perl 脚本时遇到了一些问题。我对 perl 完全陌生,我认为这与 apache 不知道如何处理文件有关。
这是代码:
#!/usr/bin/perl print "content-type: text/html \n\n"; print "Hello, Perl!";
超级简单。从命令行运行它完美无缺
$/usr/bin/perl /var/www/html/test.pl
当我尝试通过浏览器运行它时,它想要下载文件。有任何想法吗?