boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - [转载] How many version of Perl/CGI are there?
相关主题
那位大虾知道那里有免费空间支持ASP,PHP,CGI或PERL?
如何创建ASP页
Re: Is BBS.MIT.edu built with CGI or ASP?
我的网页制作观:要那么时髦干吗?
Free Webspace supportting ASp or CGI
请问?
请教网站高手
Re: 初学乍问:如何让Apache支持ASP?
请问ASP在UNIX下能否运行?谢谢
紧急救助:ASP安全问题
相关话题的讨论汇总
话题: cgi话题: perl话题: version话题: many话题: server
进入BuildingWeb版参与讨论
1 (共1页)
h*****l
发帖数: 184
1
【 以下文字转载自 Software 讨论区,原文如下 】
发信人: hanibal (汉尼拔), 信区: Software
标 题: How many version of Perl/CGI are there?
发信站: The unknown SPACE (Thu Jun 12 12:04:34 2003) WWW-POST
I used ASP a lot, this summer starts to use CGI/PERL on Apache server.
I learn quickly as those technologies are very similar.
But then I met some problem, for example, following code works on my school
server.
#!/usr/local/bin/perl
print "hello world";
But on another server, it has to be:
#!/usr/local/bin/perl
use CGI;
$q=new CGI
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
紧急救助:ASP安全问题
密码窗口一问
求助:利用asp搭建bbs出现错误
友人写过在线交易网站吗?
ASP究竟是怎么回事?
Re: **********Help Needed! 怎样在最短的时间内学会CGI??急!!!*********
how to add cgi module in apache?
一个关于CGI程序的问题
再请教一个APACHE中设CGI的问题
我在mit bbs 的邮箱出了点问题
相关话题的讨论汇总
话题: cgi话题: perl话题: version话题: many话题: server