由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - calling lynx from perl cgi-script
相关主题
thank you! Re: calling lynx from perl cgi-scriptQualcomm 招聘 temp : web designer with rails
Re: [转载] 初级perl/cgi问题求助A question.
apache web server under NT4.0?CGI脚本是什么
[转载] HTTP_X_FORWARDED_FOR in apache web server?请教:网页的Back按钮是怎么做的?
请教关于multipart/form-dataHelp me with a stupid question.
How to simulate post submissionHow to access ORACLE via ASP?
怎么抓一个页面submit后的结果页面?做cookie有没有捷径
help on perl!!Bourne Shell CGI 的一个简单问题
相关话题的讨论汇总
话题: lynx话题: script话题: cgi话题: perl话题: calling
进入BuildingWeb版参与讨论
1 (共1页)
p*********e
发帖数: 17
1
I have a script named
testcgi.pl
p******f
发帖数: 162
2

I met this problem before, the reason is lynx can't find temporary
directory for your web user, normally nobody.
The solution is to define an environment variable, eith LYNX_TEMP_SPACE
or TMPDIR, eg:
$ENV{LYNX_TEMP_SPACE}='/tmp';

【在 p*********e 的大作中提到】
: I have a script named
: testcgi.pl

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
Bourne Shell CGI 的一个简单问题请教关于multipart/form-data
how to process session varible in javascript?How to simulate post submission
哪些免费的web hosting好?怎么抓一个页面submit后的结果页面?
A question on ASPhelp on perl!!
thank you! Re: calling lynx from perl cgi-scriptQualcomm 招聘 temp : web designer with rails
Re: [转载] 初级perl/cgi问题求助A question.
apache web server under NT4.0?CGI脚本是什么
[转载] HTTP_X_FORWARDED_FOR in apache web server?请教:网页的Back按钮是怎么做的?
相关话题的讨论汇总
话题: lynx话题: script话题: cgi话题: perl话题: calling