由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - perl & apache - cannot use param and other stuff - Internal Server Error
相关主题
请 教 : 关 于 writing to a file 用 Perl for CGIPython 下载数据请教。
再 次 请 教 : 关 于 writing to a file 用 Perl for CGIHow to call python_function(class param, char *buf) from c++
关于在c++ member function里用signal( )问个程序问题
问个GSL的问题how to get client locale inside the running application?
问个g++的问题c# question: char_array.ToString() is not working ?
one question问个构造函数的问题
bash中怎样进行变量名递归替换?问一下可能性,MingW生成的DLL和MSVC生成的DLL两个线程同步
[合集] 问个递归的问题标 题: 发包子 echo 求助
相关话题的讨论汇总
话题: server话题: internal话题: error话题: use话题: param
进入Programming版参与讨论
1 (共1页)
j******i
发帖数: 21
1
I got a server here at a company. I can run the following codes in any other
server, but not in this particular one.
Anyone know how to configure the server to let it work?
500 Internal Server Error
If I marked out the param lines, it works fine.
#!/usr/bin/perl -w use CGI qw/:standard/; use CGI::Carp qw(warningsToBrowser
fatalsToBrowser); use strict; print header, start_html('A Simple
Example'), start_form, p('Your name?'), textfield('
name'), p,
1 (共1页)
进入Programming版参与讨论
相关主题
标 题: 发包子 echo 求助问个g++的问题
map析构one question
cgi GET method: display results for the 1st timebash中怎样进行变量名递归替换?
Visual C++ 高手帮忙,一个Link Error[合集] 问个递归的问题
请 教 : 关 于 writing to a file 用 Perl for CGIPython 下载数据请教。
再 次 请 教 : 关 于 writing to a file 用 Perl for CGIHow to call python_function(class param, char *buf) from c++
关于在c++ member function里用signal( )问个程序问题
问个GSL的问题how to get client locale inside the running application?
相关话题的讨论汇总
话题: server话题: internal话题: error话题: use话题: param