由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] How many version of Perl/CGI are there?
相关主题
How to make unix-login online?[转载] A simple question about perl
run ASP under unix?请问UNIX 支不支持ASP? 谢了.
关于一个C++library的连接When we bought a domain name,how we set up a web.
CGI之Perl Script一问Apache中如何加入用户和口令?
文件删不掉Tomcat 3.1 + apache 1.3.9一问
\\\\\\\\\\\\\\\\A question about CGI//////////////Help on Apache Frontpage Module
please help, CGI..请问下载的APACHE在UNIX下要用C编译一下,编译工具UNIX是否自带?
[转载] my /cgi-bin/ don't work!? help!Re: 请问下载的APACHE在UNIX下要用C编译一下,编译工具UNIX是否自带?
相关话题的讨论汇总
话题: cgi话题: perl话题: version话题: many话题: server
进入Unix版参与讨论
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页)
进入Unix版参与讨论
相关主题
Re: 请问下载的APACHE在UNIX下要用C编译一下,编译工具UNIX是否自带?文件删不掉
How to set environment variables for CGI scripts?\\\\\\\\\\\\\\\\A question about CGI//////////////
安装apache和php时遇到的问题please help, CGI..
run Apache and ns-fasttrack server together, which one is the default http server?[转载] my /cgi-bin/ don't work!? help!
How to make unix-login online?[转载] A simple question about perl
run ASP under unix?请问UNIX 支不支持ASP? 谢了.
关于一个C++library的连接When we bought a domain name,how we set up a web.
CGI之Perl Script一问Apache中如何加入用户和口令?
相关话题的讨论汇总
话题: cgi话题: perl话题: version话题: many话题: server