代码搜索:cgi

找到约 10,000 项符合「cgi」的源代码

代码结果 10,000
www.eeworm.com/read/321483/3534306

cgi tryit.cgi

#!/usr/local/bin/perl use CGI ':standard'; print header; print start_html('A Simple Example'), h1('A Simple Example'), start_form, "What's your name? ",textfield('name'), p, "Wha
www.eeworm.com/read/321483/3534307

cgi cookie.cgi

#!/usr/local/bin/perl use CGI qw(:standard); @ANIMALS=sort qw/lion tiger bear pig porcupine ferret zebra gnu ostrich emu moa goat weasel yak chicken sheep hyena dodo lounge-lizard squirrel r
www.eeworm.com/read/321483/3534308

cgi customize.cgi

#!/usr/local/bin/perl use CGI qw(:standard :html3); # Some constants to use in our form. @colors=qw/aqua black blue fuschia gray green lime maroon navy olive purple red silver teal white yellow/
www.eeworm.com/read/321483/3534310

cgi monty.cgi

#!/usr/local/bin/perl use CGI; use CGI::Carp qw/fatalsToBrowser/; $query = new CGI; print $query->header; print $query->start_html("Example CGI.pm Form"); print " Example CGI.pm Form
www.eeworm.com/read/321483/3534314

cgi javascript.cgi

#!/usr/local/bin/perl # This script illustrates how to use JavaScript to validate fill-out # forms. use CGI qw(:standard); # Here's the javascript code that we include in the document. $JSCRIPT=
www.eeworm.com/read/321483/3534316

cgi crash.cgi

#!/usr/local/bin/perl use CGI::Carp qw(fatalsToBrowser); # This line invokes a fatal error message at compile time. foo bar baz;
www.eeworm.com/read/321483/3534323

cgi popup.cgi

#!/usr/local/bin/perl use CGI; $query = new CGI; print $query->header; print $query->start_html('Popup Window'); if (!$query->param) { print "Ask your Question\n"; print $query->st
www.eeworm.com/read/319795/3551690

cgi dispatch.cgi

#!c:/ruby/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/319795/3551727

cgi dispatch.cgi

#!c:/ruby/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o
www.eeworm.com/read/319795/3551773

cgi dispatch.cgi

#!c:/ruby/bin/ruby require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) # If you're using RubyGems and mod_ruby, this require should be changed to an absolute path o