代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/316215/13528207
cgi system.cgi
www.eeworm.com/read/316215/13528208
cgi network.cgi
www.eeworm.com/read/316215/13528212
cgi lcd.cgi
www.eeworm.com/read/316215/13528213
cgi tcp.cgi
www.eeworm.com/read/316215/13528214
cgi language.cgi
www.eeworm.com/read/316215/13528219
cgi leds.cgi
www.eeworm.com/read/315480/13541804
cgi topsites.cgi
#!/usr/bin/perl
#
&set_defaults;
eval {
require "variables.pl";
};
if ($@) {
print "Content-type: text/html\n\n";
&header;
print
www.eeworm.com/read/315480/13541806
cgi newuser.cgi
#!/usr/bin/perl
eval {
require "variables.pl";
};
if ($@) {
print "Content-type: text/html\n\n";
&header;
print
www.eeworm.com/read/315472/13541815
cgi news.cgi
#!/usr/bin/perl
require "f:/hndns/music/setup.cgi"; # NT系统此处改为绝对路径
print "Content-type: text/html\n\n";
$newdata="$cgidir/new.txt";
open(FILE,"$newdata")||die $!;
@lines=;
close(FILE
www.eeworm.com/read/315472/13541817
cgi music.cgi
#!/usr/bin/perl
require "f:/hndns/music/setup.cgi";
# NT系统此处改为绝对路径
print"Content-Type:text/html\n\n";
##################读取输入的变量###############
if ($ENV{'REQUEST_METHOD'} eq "POST") {
read(S