代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/111979/15497936
cnt count.cgi-ft=2&dd=e-df=tv_item_color_font.cnt
www.eeworm.com/read/111979/15497939
cnt count.cgi-ft=2&dd=e-df=misc_flicker_free_drawing.cnt
www.eeworm.com/read/111979/15497940
cnt count.cgi-ft=2&dd=e-df=ps_change_tab_font.cnt
www.eeworm.com/read/105943/15653212
url mah designs(tm) - affordable web page design, cgi programming, and virtual servers-virtual hosts.url
[InternetShortcut]
URL=http://www.mahdesigns.com/
Modified=20776FEB8035BF0166
www.eeworm.com/read/279234/10453203
pl fig19_04.pl
#!perl
# Figure 19.4: fig19_04.pl
# Preventing improper input.
use warnings;
use strict;
use CGI qw( :standard );
print( header(), start_html( "Prevent improper input" ) );
my $cgi = new
www.eeworm.com/read/279234/10453218
pl fig19_08.pl
#!/perl/bin/perl
# Fig. 19.8: fig19_08.pl
# Guestbook program that attempts to limit
# denial of service attacks.
use warnings;
use strict;
use CGI qw( :standard );
use CGI::Carp 'fatalsToBr
www.eeworm.com/read/260989/11675812
pl conelec1.pl
use CGI;
use CGI ":standard";
use Fcntl qw(:DEFAULT :flock);
sub error {
print start_html();
print "Error - input/output error in conelec1.pl ";
print end_html();
exit(