ChinaUnix.net
相关文章推荐:

cgilib 05targz安装

下载了tar包,可是不知道怎么安装,版本是0.5的 谢谢

by tiredboy - BSD - 2006-03-15 13:55:12 阅读(4797) 回复(27)

相关讨论

我想在服务器上安装cgilib-0.5,cgilib-0.5文件解压在/opt/,我用make,make install 后显示 [root@localhost cgilib-0.5]# make install cc -I. -Wall -O2 -g -c -o cgitest.o cgitest.c cgitest.c: In function `main': cgitest.c:108: warning: implicit declaration of function `strcmp' cgitest.c:116: syntax error before "Library" cgitest.c:129: warning: implicit declaration of function `strlen' make: *** [cgitest...

by superzhji - 系统管理 - 2005-10-19 10:49:32 阅读(660) 回复(0)

一个简单的读取并处理表格请求数据的cgilib.pl例子: #!/usr/bin/perl sub readGetData{ # 指定局部变量queryString用以保存和传递函数的参数 local(*queryString) = @_ if @_; # 读取环境变量QUERY_STRING的值赋给变量$queryString $queryString = $ENV{"QUERY_STRING"}; return 1; } sub readPostData{ local(*queryString)=@_ if @_; local($contentLength); # 读取环境变量CONTENT...

by 轩辕砍刀 - Perl - 2003-06-01 13:41:03 阅读(1620) 回复(0)

谁能给我一份cgilib的tar包,谢谢了

by dongchun - 网络与硬件 - 2006-05-31 14:07:05 阅读(729) 回复(1)