请问一个cgi的错误

请问一个cgi的错误

[root@localhost 00top]# chmod a+x menu.cgi
[root@localhost 00top]# perl menu.cgi
[root@localhost 00top]#
[root@localhost 00top]# perl menu.cgi
[root@localhost 00top]#
perl menu.cgi应该 显示东西啊,起码代码会显示出来啊,但是现在没有出来,请问大侠,这个问题怎么看呢
这个问题。。。。。


QUOTE:
原帖由 h_virus 于 2008-8-26 13:07 发表
[root@localhost 00top]# chmod a+x menu.cgi
[root@localhost 00top]# perl menu.cgi
[root@localhost 00top]#
[root@localhost 00top]# perl menu.cgi
[root@localhost 00top]#
perl menu.cgi应该  ...

你不贴代码谁晓得你代码是怎么写的 , 谁知道哪有错误
cgi是用于命令行下的吗?

是不是概念搞错了啊,先读一些入门教材,比如perl入门
我这里是好的呀。
是不是你的显示器关了啊


QUOTE:
原帖由 cobrawgl 于 2008-8-26 17:46 发表
是不是你的显示器关了啊

越来越夸张了
头部还需加content-type吧……
print "Content-type: text/html\n\n";