代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/167585/9959767
c cgi_header.c
/*
* Boa, an http server
* cgi_header.c - cgi header parsing and control
* Copyright (C) 1997-99 Jon Nelson
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/362266/10008246
exe php-cgi.exe
www.eeworm.com/read/166242/10027701
h httpd-cgi.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface header file
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001, Adam Dunkels.
www.eeworm.com/read/166242/10027730
c httpd-cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* Web server script interface
* \author
* Adam Dunkels
*
*/
/*
* Copyright (c) 2001-2006, Adam Dunkels.
* All ri
www.eeworm.com/read/360506/10089705
cgi 2-areas.cgi
#! /usr/bin/perl -w
use strict;
use CGI;
my $cgi = new CGI;
my $text1 = $cgi->param('text1');
my $text2 = $cgi->param('text2');
print "Content-type: text/html\n\n";
print "You submitted:";
www.eeworm.com/read/280804/10291863
pl cgi-lib.pl
package cgilib;
sub main'read_input
{
$charset = $_[0];
$charset = 'euc' if ( $charset eq '' );
local ($buffer, @pairs, $pair, $name, $value, %FORM);
# Read in text
$ENV{