代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/173653/5368964
in multipart.cgi.in
#!@PERL@
eval "use NKF;";
if (! $@) {
$use_NKF = 1;
$CONV = "-e";
$MIME_DECODE = "-m -e";
} else {
$use_NKF = 0;
# $CONV = "w3m -dump -e";
$CONV = "@NKF@ -e";
$MIME_DECODE = "@NKF@ -m -e";
}
$M
www.eeworm.com/read/173653/5368973
cgi hlink.cgi
#!/usr/local/bin/perl
$SCRIPT_NAME = $ENV{'SCRIPT_NAME'} || $0;
$CGI = "file://$SCRIPT_NAME?";
if ($ENV{'QUERY_STRING'}) {
$file = $ENV{'QUERY_STRING'};
} else {
$file = $ARGV[0];
}
$file = &cle
www.eeworm.com/read/173653/5368992
cgi keymap.cgi
#!/usr/local/bin/perl
$QUERY = $ENV{'QUERY_STRING'};
$KEYMAP = "$ENV{'HOME'}/.w3m/keymap";
if ($QUERY) {
# &write_keymap($QUERY);
print
www.eeworm.com/read/172818/5382026
cgi radact.cgi
#! /usr/bin/perl
# This file is part of GNU RADIUS.
# Copyright (C) 2001, Oswaldo E. Aguirre M., Francisco J. Obispo S.
#
# This program is free software; you can redistribute it and/or modify
# it u
www.eeworm.com/read/172518/5385623
cgi progress.cgi
#!/usr/bin/perl -w
# PHP File Uploader with progress bar Version 1.43
# Copyright (C) Raditha Dissanyake 2003,2004
# http://www.raditha.com
# Licence:
# The contents of this file are subject to the
www.eeworm.com/read/172518/5385624
cgi upload.cgi
#!/usr/bin/perl
# PHP File Uploader with progress bar Version 1.43
# Copyright (C) Raditha Dissanyake 2003
# http://www.raditha.com
# Licence:
# The contents of this file are subject to the Mozilla
www.eeworm.com/read/172518/5385625
cgi header.cgi
#!/usr/bin/perl
# Mega Upload
# PHP File Uploader with progress bar Version 1.42
# Copyright (C) Raditha Dissanyake 2003
# http://www.raditha.com
# Licence:
# The contents of this file are subject t
www.eeworm.com/read/172518/5385635
cgi connector.cgi
#!/usr/bin/env perl
#/*
# * FCKeditor - The text editor for internet
# * Copyright (C) 2003-2004 Frederico Caldeira Knabben
# *
# * Licensed under the terms of the GNU Lesser General Public License
www.eeworm.com/read/172518/5385773
cgi progress.cgi
#!/usr/bin/perl -w
# PHP File Uploader with progress bar Version 1.43
# Copyright (C) Raditha Dissanyake 2003,2004
# http://www.raditha.com
# Licence:
# The contents of this file are subject to the
www.eeworm.com/read/172518/5385774
cgi upload.cgi
#!/usr/bin/perl
# PHP File Uploader with progress bar Version 1.43
# Copyright (C) Raditha Dissanyake 2003
# http://www.raditha.com
# Licence:
# The contents of this file are subject to the Mozilla