腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(240)
视频
沙龙
3
回答
如何通过CGI.pm包含元标签
use CGI; $query->
start_html
(-title =>'MyWeb', -name =>'googlebot
浏览 0
提问于2011-11-22
得票数 2
回答已采纳
1
回答
javascript中的计时器有时不想停止计数
、
、
、
stop_html(){ startView();} startHTML();} startView(); $("#stop_h
浏览 1
提问于2015-05-31
得票数 1
回答已采纳
1
回答
Perl CGI。我能确定我使用的<style>标签的顺序吗?
、
、
style2 =<<'EOF'; EOF print $q->
start_html
({ {-code=>$style}, my $q = s
浏览 0
提问于2010-12-10
得票数 2
3
回答
pre($ENV{'QUERY_STRING})和($cgi->param())有什么区别?
、
、
、
/usr/bin/perl $cgi = new CGI; $cgi->
start_html
(),use CGI; print $cgi->header(),$cgi->pre($ENV{'
浏览 3
提问于2010-01-30
得票数 1
回答已采纳
3
回答
如何编写perl cgi脚本,该脚本在同一浏览器中不断刷新当前时间,而不是打印时间列表。
、
、
、
CGI; my $string = localtime();print $cgi->
start_html
("Welcome");print $cgi->end_html(); print $cgi->
start_html
浏览 4
提问于2012-05-15
得票数 0
2
回答
如何在Perl中删除CGI默认的元字符集编码?
、
、
、
、
print $cgi->header(-type => 'text/html', print $cgi->
start_html
浏览 1
提问于2012-04-18
得票数 5
回答已采纳
1
回答
Perl CGI更改未反映在浏览器中
、
、
、
/usr/bin/perl use CGI::Carp qw(fatalsToBrowser); $q->
start_html
浏览 0
提问于2011-11-12
得票数 0
回答已采纳
3
回答
自动CSS预览生成器-有css文件,想要自动生成html预览样式
、
、
我有一个相当大的CSS文件由我的网页设计师开发。例如: background:url(../images/leftHeaders.jpg) no-repeat; width:185px;} float: left; 将生成 <div id=basicInfoHead><span>#basi
浏览 7
提问于2010-05-24
得票数 3
1
回答
JQuery inside here-文档不工作
、
、
、
、
my $cgi = CGI->new();print header();print
start_html
("JQuery in perl"); <script src="//ajax.googleapis.commy $cgi = CGI->new();print header();print
start_html
("hello");<script><!
浏览 0
提问于2013-04-12
得票数 2
回答已采纳
1
回答
在perl cgi中添加指向head的链接
、
它应该类似于print $cgi ->
start_html
( -link => { -href => '/styles/main.css',-rel => 'stylsheet',-type => '1.9.1/jquery.min.js"; print $cgi -> header; print $cgi ->
start_html
浏览 1
提问于2013-04-07
得票数 1
3
回答
如何使用Perl重定向?
、
、
/usr/bin/perl -wT
start_html
("Input Form"),Sorry wrong password"; print $var->redirect('hello.pl'); print $var->
start_html
浏览 3
提问于2014-08-16
得票数 0
回答已采纳
1
回答
如何使用Perl制作HTML弹出式菜单?
我需要使用Perl创建HTML弹出菜单。有谁可以帮我?
浏览 0
提问于2010-04-02
得票数 1
回答已采纳
2
回答
为什么此密码检查不能按预期工作?
、
我正在尝试从php扩展。这是我的一个基本问题,我不能解决它。#!/usr/bin/perl $q = new CGI; print '<html>';print '<title>Card</title>';print '<body>'
浏览 3
提问于2011-04-05
得票数 2
回答已采纳
4
回答
Perl :在perl中"-“是什么意思?
“-”在param中是什么意思我只知道它是在散列类型中使用的,但这是在sub中的
浏览 5
提问于2017-09-20
得票数 3
回答已采纳
1
回答
start_form的默认操作变量
、
在我当前的测试perl脚本中,我有一小段代码 h1("CGI Test Page"), "Post Value: ",textfield('postKey'), end_form; 正如您所看到的,
start_ht
浏览 0
提问于2011-10-20
得票数 0
回答已采纳
1
回答
我应该使用什么代码来打开CGI perl中的链接或文件
、
喜欢print
start_html
("Register Form"); print end_html;
浏览 2
提问于2016-04-21
得票数 0
回答已采纳
1
回答
状态: 302找到位置:
、
但它显示以下错误:状态: 302 Found Location:print $q->header ('Text/html'); print $q->
start_html
浏览 3
提问于2013-07-26
得票数 0
1
回答
Perl如何检测在快速CGI下运行的FCGI
、
如何检测在FCGI或CGI下调用的Perl脚本。我想检测是否在FCGI下运行,然后加载FCGI模块,如下所示: use FCGI;}use FCGI;$isfcgi = $req->IsFastCGI(); 但是这意味着我必须加载FCGI模块,并调用它的请求和isFastCGI方法来检查如果应用
浏览 2
提问于2014-07-31
得票数 0
回答已采纳
4
回答
将bash变量传递给内联perl脚本
、
、
、
{ print $cgi->header, my $who = $cgi->param("name"); $cgi->
start_html
浏览 1
提问于2016-10-30
得票数 3
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
开车开车!Python爬取妹子图
打造新年专属斗图,Python让斗图飞起来
打造新年专属斗图,Python大佬带你让斗图飞起来
爬虫抓取深住房租金数据
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券