Mod perl 2 User s Guide

Mod perl 2 User s Guide
Author: Stas Bekman,Jim Brandt
Publsiher: Unknown
Total Pages: 0
Release: 2007
Genre: Computers
ISBN: 0977920119

Download Mod perl 2 User s Guide Book in PDF, Epub and Kindle

This users guide explains key changes to the Apache Perl programming language and demonstrates the tools used to port modules and migrate existing code. The text provides information on how to get up and running on Apache 2 and mod_perl 2. (Computers - Internet)

Practical Mod perl

Practical Mod perl
Author: Stas Bekman,Eric Cholet
Publsiher: "O'Reilly Media, Inc."
Total Pages: 924
Release: 2003
Genre: Computers
ISBN: 9780596002275

Download Practical Mod perl Book in PDF, Epub and Kindle

This book gives detailed instructions on how to use, optimize, and troubleshoot mod_perl. It shows how to get this Apache module running quickly and easily.

Mod perl Developer s Cookbook

Mod perl Developer s Cookbook
Author: Geoffrey Young,Paul Lindner,Randy Kobes
Publsiher: Sams Publishing
Total Pages: 676
Release: 2002
Genre: Computers
ISBN: 0672322404

Download Mod perl Developer s Cookbook Book in PDF, Epub and Kindle

A task-based reference that will provide experienced developers with useful recipes and easy-to-follow solutions to common problems when using mod_perl in Web applications. The first mod_perl cookbook, containing valuable recipes that use mod_perl to extend the Apache API. with tricks, solutions, and idioms .

Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C
Author: Lincoln Stein,Doug MacEachern
Publsiher: "O'Reilly Media, Inc."
Total Pages: 756
Release: 1999
Genre: Computers
ISBN: 156592567X

Download Writing Apache Modules with Perl and C Book in PDF, Epub and Kindle

Apache is the most popular web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend web server functionality through the Apache API. For the most part, however, the Apache API has only been available to C programmers, and requires rebuilding the Apache server from source. mod_perl, the popular Apache module used primarily for enhanced CGI performance, changed all that by making the Apache API available to Perl programmers. With mod_perl, it becomes simple to develop Apache modules with Perl and install them without having to rebuild the web server. Writing Apache Modules with Perl and C shows how to extend web server capabilities regardless of whether the programming language is Perl or C. The book explains the design of Apache, mod_perl, and the Apache API. It then demonstrates how to use them to perform for tasks like the following: Rewriting CGI scripts as Apache modules to vastly improve performance Server-side filtering of HTML documents, to embed special markup or code (much like SSI) Enhancing server log functionality Converting file formats on the fly Implementing dynamic navigation bars Incorporating database access into CGI scripts Customizing access control and authorization to block robots or to use an external database for passwords The authors are Lincoln Stein and Doug MacEachern. Lincoln is the successful author of How to Set Up and Maintain a World Wide web Site and the developer of the widely used Perl CGI.pm module. Doug is a consultant and the creator of the innovative mod_perl Apache module.

Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason
Author: Dave Rolsky,Ken Williams
Publsiher: "O'Reilly Media, Inc."
Total Pages: 318
Release: 2002-10-16
Genre: Computers
ISBN: 9780596002251

Download Embedding Perl in HTML with Mason Book in PDF, Epub and Kindle

This is the first book to introduce Mason, an open source Perl-based platformwith template elements.

Network Programming with Perl

Network Programming with Perl
Author: Lincoln D. Stein
Publsiher: Addison-Wesley Professional
Total Pages: 798
Release: 2001
Genre: Computers
ISBN: 0201615711

Download Network Programming with Perl Book in PDF, Epub and Kindle

A text focusing on the methods and alternatives for designed TCP/IP-based client/server systems and advanced techniques for specialized applications with Perl. A guide examining a collection of the best third party modules in the Comprehensive Perl Archive Network. Topics covered: Perl function libraries and techniques that allow programs to interact with resources over a network. IO: Socket library ; Net: FTP library -- Telnet library -- SMTP library ; Chat problems ; Internet Message Access Protocol (IMAP) issues ; Markup-language parsing ; Internet Protocol (IP) broadcasting and multicasting.

Open Source Web Development with LAMP

Open Source Web Development with LAMP
Author: James Lee,Brent Ware
Publsiher: Addison-Wesley Professional
Total Pages: 465
Release: 2003
Genre: Computers
ISBN: 9780201770612

Download Open Source Web Development with LAMP Book in PDF, Epub and Kindle

The authors provide the most useful, practical information on a broad range of open source technologies. This practical guide presents a survey of LAMP technologies, and shows how these solutions can be implemented securely while improving reliability and cutting costs. The book focuses on the most important core material necessary for the developer to hit the ground running and begin building applications right away.

Mastering Perl

Mastering Perl
Author: brian d foy
Publsiher: "O'Reilly Media, Inc."
Total Pages: 397
Release: 2014-01-09
Genre: Computers
ISBN: 9781449364977

Download Mastering Perl Book in PDF, Epub and Kindle

Take the next step toward Perl mastery with advanced concepts that make coding easier, maintenance simpler, and execution faster. Mastering Perl isn't a collection of clever tricks, but a way of thinking about Perl programming for solving debugging, configuration, and many other real-world problems you’ll encounter as a working programmer. The third in O’Reilly’s series of landmark Perl tutorials (after Learning Perl and Intermediate Perl), this fully upated edition pulls everything together and helps you bend Perl to your will. Explore advanced regular expressions features Avoid common problems when writing secure programs Profile and benchmark Perl programs to see where they need work Wrangle Perl code to make it more presentable and readable Understand how Perl keeps track of package variables Define subroutines on the fly Jury-rig modules to fix code without editing the original source Use bit operations and bit vectors to store large data efficiently Learn how to detect errors that Perl doesn’t report Dive into logging, data persistence, and the magic of tied variables