Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.28 CGI::CookieChapter 8
Standard Modules
Next: 8.30 CGI::Push
 

8.29 CGI::Fast

CGI interface for FastCGI. FastCGI is a type of gateway for web servers that improves performance by loading scripts as persistently running processes. CGI::Fast provides a new constructor to create a CGI object that runs in this environment. FastCGI requires both a server and a version of Perl that are FastCGI enabled. See www.fastcgi.com for more information.


Previous: 8.28 CGI::CookiePerl in a NutshellNext: 8.30 CGI::Push
8.28 CGI::CookieBook Index8.30 CGI::Push