eBooks-it.org Logo
eBooks-IT.org Inner Image

Perl eBooks

Download free Perl eBooks

Writing Apache Modules

With Perl and C
Writing Apache Modules Image
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 ...

Web Client Programming

With Perl
Web Client Programming Image
On the World Wide Web, people are accustomed to using graphical browsers such as Netscape Navigator or Mosaic as their only interface for visiting remote sites, accessing up-to-date documents, and filling out forms. But graphical browsers can be limiting: the very interactivity that makes them so intuitive to use also makes them clumsy for automating tasks. If you want to get the latest weather report every few hours, track a Federal Express package online, or use a dictionary server repeatedly throughout the day, using your browser to perform the same task over and over can become cumbersome. As with any repetitive task, these applications are best done by writing a script.Web Client Programming with Perl shows you how to extend scripting skills to ...

Perl

The Complete Reference
Perl Image
2nd Edition
With millions of users worldwide, Perl is increasingly the language of choice for Web development. This title is updated to include coverage of Perl 5.6 - a major new release which is not covered by most competing books. Written by a Perl expert - Martin Brown is the author of the well-received first-edition, as well as "Perl: Programmer's Reference". It includes comprehensive coverage appropriate for developers of every level....


2007 - 2017 © eBooks-IT.org