Logo

Practical mod_perl by Eric Cholet, Stas Bekman

Large book cover: Practical mod_perl

Practical mod_perl
by

Publisher: O'Reilly
ISBN/ASIN: 0596002270
ISBN-13: 9780596002275
Number of pages: 924

Description:
mod_perl is an Apache module that builds the power of the Perl programming language directly into the Apache web server. With mod_perl, CGI scripts run as much as 50 times faster, and you can integrate databases with the server, write Apache modules in Perl, embed Perl code directly into Apache configuration files, and even use Perl in server-side includes. This book is about building mod_perl, using it, programming with it, and optimizing it.

Home page url

Download or read it online for free here:
Download link
(12MB, TAR/PDF)

Similar books

Book cover: Perl ProgrammingPerl Programming
- Wikibooks
This books describes and explains Perl (Practical Extraction and Report Language), a scripting language that is usually interpreted and is noted for its extensive use of regular expressions and a large module archive CPAN.
(12129 views)
Book cover: CGI Programming on the World Wide WebCGI Programming on the World Wide Web
by - O'Reilly
A text for expert programmers, it focuses on the CGI specification down to the details. The book explains what CGI does, describes all CGI methods and environment variables, explains how to port Usenet news to the Web with CGI and more.
(22334 views)
Book cover: Perl 5 Pocket ReferencePerl 5 Pocket Reference
by - O'Reilly
This quick reference provides a complete overview of the Perl programming language. The book covers a summary of Perl syntax rules and a complete list of operators, built-in functions, and standard library modules, all with brief descriptions.
(17001 views)
Book cover: Essential PerlEssential Perl
by - Stanford University
An introduction to the main features of the Perl language. It's intended for people who know some programming but need an introduction to Perl. Topics: scalar variables, strings, arrays, hash tables, file input and output, regular expressions, etc.
(6016 views)