代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/280804/10291811
cgi intro.cgi
# Sub Introduce #
sub introduce {
&get_me($F{'id'},'read');
&header;
&title;
&label('自我介紹');
print qq|\n|;
&table('up','95%',1);
print
www.eeworm.com/read/280804/10291828
cgi event.cgi
# Sub Event Write #
sub event_write {
&get_date(time) if !$date;
my $EventFile = new Nfile($eventdat,'save');
my @eventlines = $EventFile->read;
if (@eventlines >= $def_om) { pop @eventlines;
www.eeworm.com/read/280804/10291833
cgi bar.cgi
# Sub Bar #
sub bar_meet {
if ($F{'ad'}) { &ad_dis; return }
&get_all_users;
&form_table('up','100%',1);
&reload;
print qq|酒場 |;
&submit_button;
print qq|\
www.eeworm.com/read/280804/10291840
cgi battle.cgi
# Sub Enemy List #
sub enemy {
&get_all_users;
&form_table('up','100%',1);
&reload;
print qq|襲擊 |;
&submit_button;
print qq|\n|;
foreach (@alllines) {
(
www.eeworm.com/read/280804/10291848
cgi cbattle.cgi
# Sub Cbattle Display #
sub cbattle_dis {
&form_table('up','100%',1);
&reload;
print
www.eeworm.com/read/280804/10291876
cgi move.cgi
# Sub Move List #
sub move_list {
&form_table('up','100%',1);
&reload;
print qq|移動 |;
&submit_button;
print qq|\n|;
shift(@arealine);
$i = 0;
foreach (@a
www.eeworm.com/read/162576/10295311
h cgi.h
/*
* public header for cgi.c
*
* Copyright (C) '97,'98 Rasca, Berlin
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Publ
www.eeworm.com/read/162576/10295409
c cgi.c
/*
* CGI C-library, v1.1.1
*
* Copyright (C) '97,'98,'.. Rasca, Berlin
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Pu