call the fcgi lib's attach/detach
[fcgi2.git] / doc / fcgi-perl.htm
blobc5f936c1c274f00ce36020a212d78025e742cac3
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>
5 Integrating FastCGI with Perl-5
6 </TITLE>
7 <STYLE TYPE="text/css">
8 body {
9 background-color: #FFFFFF;
10 color: #000000;
12 :link { color: #cc0000 }
13 :visited { color: #555555 }
14 :active { color: #000011 }
15 p.c3 {text-align: center}
16 h5.c2 {text-align: center}
17 div.c1 {text-align: center}
18 </STYLE>
19 </HEAD>
20 <BODY>
21 <DIV CLASS="c1">
22 <A HREF="http://fastcgi.com"><IMG BORDER="0" SRC="../images/fcgi-hd.gif" ALT="[[FastCGI]]"></A>
23 </DIV>
24 <BR CLEAR="all">
26 <DIV CLASS="c1">
27 <H3>
28 Integrating FastCGI with Perl-5
29 </H3>
30 </DIV>
31 <!--Copyright (c) 1996 Open Market, Inc. -->
32 <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
33 <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES. -->
34 <H5 CLASS="c2">
35 Copyright &copy; 1996 Open Market, Inc. 245 First Street, Cambridge, MA 02142 U.S.A.<BR>
36 Tel: 617-949-7000 URL: <A HREF="http://www.openmarket.com/">http://www.openmarket.com/</A><BR>
37 $Id: fcgi-perl.htm,v 1.5 2002/02/25 00:42:59 robs Exp $<BR>
38 </H5>
39 <HR>
40 <P>
41 Perl (Practical Extraction and Report Language) is a scripting language that is often used for CGI
42 programming. Perl is freely available.
43 </P>
44 <P>
45 FastCGI support is available for Perl via the FCGI.pm Perl module. FCGI.pm no longer requires SFIO or a
46 specially-built Perl. FCGI.pm is available via CPAN as well as in the perl directory of this kit.
47 </P>
48 <P>
49 Please see the FCGI.pm documentation for examples and details.
50 </P>
51 </BODY>
52 </HTML>