1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
<HTML><HEAD>
<TITLE>CGI Interface -- CGI Examples</TITLE>
<LINK rel=Previous href="cgi-ch6.htm">
<LINK rel=ToC href="toc.htm">
<LINK rel=Index href="master.htm">
<LINK rel=Next href="main-ch.htm">
</HEAD><BODY BGCOLOR="#ffffff"><A NAME="topofpage"></A>
<TABLE WIDTH=100%>
<TR>
<TD ALIGN=LEFT>
<A NAME="topofpage"></A> <IMG SRC="as-c-sm.gif">
</TD>
<TD ALIGN=RIGHT>
<A href="cgi-ch6.htm"><IMG BORDER="0" src=navbprev.gif alt="[ Previous ]"></A>
<A href=toc.htm> <IMG BORDER="0" src=navbhome.gif alt="[ Contents ]"></A>
<A href=master.htm> <IMG BORDER="0" src=navbhelp.gif alt="[ Index ]"></A>
<A href="main-ch.htm"> <IMG BORDER="0" src=navbnext.gif alt="[ Next ]"></A>
<A name="7983"> </A>
</TD>
</TR>
</TABLE>
<a name="8724">
</a><h3>CGI Examples</h3>
<p><a name="19065">
</a>You can download lots of examples and working CGI programs from the Web. Here are some places to look:</p>
<ul><li>Yahoo's page of links to CGI information:<a name="19107">
</a>
<p><pre> <a name="19122"></a>http://www.yahoo.com/Computers_and_Internet/Internet/
World_Wide_Web/CGI___Common_Gateway_Interface/
</pre><p><li>NCSA's ftp site:<a name="19124">
</a>
<p><pre> <a name="19333"></a>ftp://ftp.ncsa.uiuc.edu/Web/httpd/Unix/ncsa_httpd/cgi/
</pre><p><dl>
<dt>This site includes set of functions for decoding the QUERY_STRING environment variable or standard input to your program in C (<code>ncsa-default.tar.Z</code>), (<code>cgi-lib.pl.Z</code>), and Bourne shell scripts (<code>AA-1.2.tar.Z</code>).<a name="19334">
</a>
<p></dl>
<li>List of Perl archives:<a name="19341">
</a>
<p><pre> <a name="19356"></a>http://www.seas.upenn.edu/~mengwong/perlhtml.html
</pre><p><li>Virtual Library list of CGI resources:<a name="8731">
</a>
<p><pre> <a name="19365"></a>http://www.charm.net/~web/Vlib/Providers/CGI.html
</pre><p><li>Various script examples at MIT:<a name="19369">
</a>
<p><pre> <a name="19378"></a>http://www-genome.wi.mit.edu/WWW/tools/scripting/
</pre><p></ul><p><a name="8091">
</a></p>
<TABLE BORDER="2" CELLPADDING="1" width="100%">
<TR><TD COLSPAN=3><P ALIGN=Center>
<IMG SRC="bluebult.gif">
<A HREF="#topofpage">
<FONT SIZE=-1>Top of Page</FONT></A>
<IMG SRC="bluebult.gif">
</TD></TR>
<TR><TD COLSPAN=3><P ALIGN=Center>
<A href="cgi-ch6.htm">
<IMG BORDER="0" src=navbprev.gif alt="[ Previous ]"></A>
<A href=toc.htm>
<IMG BORDER="0" src=navbhome.gif alt="[ Contents ]"></A>
<A href=master.htm>
<IMG BORDER="0" src=navbhelp.gif alt="[ Index ]"></A>
<A href="main-ch.htm">
<IMG BORDER="0" src=navbnext.gif alt="[ Next ]"></A>
<BR align=center>
<FONT size=-1>Copyright © 1998-99 America Online,
Inc.</FONT>
</TD></TR></TABLE></BODY></HTML>
|