代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/125693/6022433
h cgi.h
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/125693/6022440
c cgi.c
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/122455/6066071
h cgi.h
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/122455/6066078
c cgi.c
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/122455/6066083
h cgi.h
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/122455/6066090
c cgi.c
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/119348/6084875
cgi test.cgi
#! /usr/bin/perl -w
#
#
#
use CGI;
print "Content-type: text/html\n\n";
$c = new CGI;
$ta = $c->param('ta');
print
www.eeworm.com/read/119348/6085072
cgi test.cgi
#! /usr/bin/perl -w
#
#
#
use CGI;
print "Content-type: text/html\n\n";
$c = new CGI;
$ta = $c->param('ta');
print
www.eeworm.com/read/118793/6097052
cgi graph.cgi
#!/bin/sh
echo "Content-type: application/x-graphable"
echo
cat graph.g1n
# ./slowcat < graph.g1n
www.eeworm.com/read/113719/6126202
cgi test.cgi
sub ast_cgi() {
my $CENV = shift;
my %F;
print "Content-Type: text/html\n\n";
$c = new CGI($CENV->{QUERY_STRING});
for($c->param) {
$F{$_} = $c->param($_);
}
print qq#