Network Programming with Perl

Network Programming with Perl PDF Author: Lincoln D. Stein
Publisher: Addison-Wesley Professional
ISBN: 9780201615715
Category : Computers
Languages : en
Pages : 798

Get Book Here

Book Description
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.

Network Programming with Perl

Network Programming with Perl PDF Author: Lincoln D. Stein
Publisher: Addison-Wesley Professional
ISBN: 9780201615715
Category : Computers
Languages : en
Pages : 798

Get Book Here

Book Description
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.

Web Development with Apache and Perl

Web Development with Apache and Perl PDF Author: Theo Petersen
Publisher: Manning Publications
ISBN: 9781930110069
Category : Apache (Computer file : Apache Group).
Languages : en
Pages : 0

Get Book Here

Book Description
This guide to Web design with Apache and Perl covers security, performance, script merging, server configuration, Open Source databases and development tools, content development, and site management.

Perl and Apache

Perl and Apache PDF Author: Adam McDaniel
Publisher: John Wiley & Sons
ISBN: 9780470944387
Category : Computers
Languages : en
Pages : 435

Get Book Here

Book Description
Visually explore the range of built-in and third-party libraries of Perl and Apache Perl and Apache have been providing Common Gateway Interface (CGI) access to Web sites for 20 years and are constantly evolving to support the ever-changing demands of Internet users. With this book, you will heighten your knowledge and see how to usePerl and Apache to develop dynamic Web sites. Beginning with a clear, step-by-step explanation of how to install Perl and Apache on both Windows and Linux servers, you then move on to configuring each to securely provide CGI Services. CGI developer and author Adam McDaniel shows techniques for effectively developing and maintaining dynamic sites and he shares real-world examples describing MySQL database access, PayPal credit-card transactions, and sample Facebook and Twitter interfaces. Apache and Perl have been providing Common Gateway Interface (CGI) access to Internet Web sites for more than two decades, and both products are constantly evolving to support today's user requirements Shows how to install Perl and Apache on Windows and Linux servers and configure each to securely provide CGI services Details techniques for effectively developing and maintaining dynamic Web sites Addresses MySQL database access and PayPal credit-card transactions, and examines sample Facebook and Twitter interfaces With this book, you’ll benefit from a wealth of techniques and resources that you won’t find anywhere else.

Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C PDF Author: Lincoln Stein
Publisher: "O'Reilly Media, Inc."
ISBN: 9781565925670
Category : Computers
Languages : en
Pages : 756

Get Book Here

Book Description
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.

Practical Mod_perl

Practical Mod_perl PDF Author: Stas Bekman
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002270
Category : Computers
Languages : en
Pages : 924

Get Book Here

Book Description
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 PDF Author: Geoffrey Young
Publisher: Sams Publishing
ISBN: 9780672322402
Category : Computers
Languages : en
Pages : 676

Get Book Here

Book Description
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 .

Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason PDF Author: Dave Rolsky
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002254
Category : Computers
Languages : en
Pages : 318

Get Book Here

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

Developing Web Applications with Apache, MySQL, memcached, and Perl

Developing Web Applications with Apache, MySQL, memcached, and Perl PDF Author: Patrick Galbraith
Publisher: John Wiley & Sons
ISBN: 0470538325
Category : Computers
Languages : en
Pages : 891

Get Book Here

Book Description
The only book to address using cache to enhance and speed up Web application development Developers use Apache, MySQL, memcached, and Perl to build dynamic Web sites that store information within the MySQL database; this is the only book to address using these technologies together to alleviate the database load in Web development Covers each of the four systems and shows how to install, set up, and administer them; then shows the reader how to put the parts together to start building applications Explains the benefits of a base perl library for code re-use, and provides sample applications that demonstrate in a practical way the information covered in the previous chapters Examines monitoring, performance, and security, with a problem-solving chapter that walks the reader through solving real-world issues

Open Source Web Development with LAMP

Open Source Web Development with LAMP PDF Author: James Lee
Publisher: Addison-Wesley Professional
ISBN: 020177061X
Category : Computers
Languages : en
Pages : 465

Get Book Here

Book Description
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.

Apache

Apache PDF Author: Ben Laurie
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002033
Category : Computers
Languages : en
Pages : 591

Get Book Here

Book Description
Describes the history of the Web server platform and covers downloading and compiling, configuring and running the program on UNIX, writing specialized modules, and establishing security routines.