Embedding Perl in HTML with Mason

Embedding Perl in HTML with Mason
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 318
Release :
ISBN-10 : 9780596002251
ISBN-13 : 0596002254
Rating : 4/5 (51 Downloads)

Synopsis Embedding Perl in HTML with Mason by : Dave Rolsky

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

Open Source Web Development with LAMP

Open Source Web Development with LAMP
Author :
Publisher : Addison-Wesley Professional
Total Pages : 465
Release :
ISBN-10 : 9780201770612
ISBN-13 : 020177061X
Rating : 4/5 (12 Downloads)

Synopsis Open Source Web Development with LAMP by : James Lee

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.

Perl Template Toolkit

Perl Template Toolkit
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 593
Release :
ISBN-10 : 9781449313234
ISBN-13 : 144931323X
Rating : 4/5 (34 Downloads)

Synopsis Perl Template Toolkit by : Darren Chamberlain

Among the many different approaches to "templating" with Perl--such as Embperl, Mason, HTML::Template, and hundreds of other lesser known systems--the Template Toolkit is widely recognized as one of the most versatile. Like other templating systems, the Template Toolkit allows programmers to embed Perl code and custom macros into HTML documents in order to create customized documents on the fly. But unlike the others, the Template Toolkit is as facile at producing HTML as it is at producing XML, PDF, or any other output format. And because it has its own simple templating language, templates can be written and edited by people who don't know Perl. In short, the Template Toolkit combines the best features of its competitors, with ease-of-use and flexibility, resulting in a technology that's fast, powerful and extensible, and ideally suited to the production and maintenance of web content and other dynamic document systems.In Perl Template Toolkit you'll find detailed coverage of this increasingly popular technology. Written by core members of the technology's development team, the book guides you through the entire process of installing, configuring, using, and extending the Template Toolkit. It begins with a fast-paced but thorough tutorial on building web content with the Template Toolkit, and then walks you through generating and using data files, particularly with XML. It also provides detailed information on the Template Toolkit's modules, libraries, and tools in addition to a complete reference manual.Topics in the book include: Getting started with the template toolkit The Template language Template directives Filters Plugins Extending the Template Toolkit Accessing databases XML Advanced static web page techniques Dynamic web content and web applications The only book to cover this important tool, Perl Template Toolkit is essential reading for any Perl programmer who wants to create dynamic web content that is remarkably easy to maintain. This book is your surefire guide to implementing this fast, flexible, and powerful templating system.

Practical Mod_perl

Practical Mod_perl
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 924
Release :
ISBN-10 : 9780596002275
ISBN-13 : 0596002270
Rating : 4/5 (75 Downloads)

Synopsis Practical Mod_perl by : Stas Bekman

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 :
Publisher : Sams Publishing
Total Pages : 676
Release :
ISBN-10 : 0672322404
ISBN-13 : 9780672322402
Rating : 4/5 (04 Downloads)

Synopsis Mod_perl Developer's Cookbook by : Geoffrey Young

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 .

Perl for Oracle DBAs

Perl for Oracle DBAs
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 624
Release :
ISBN-10 : 9781449390914
ISBN-13 : 1449390919
Rating : 4/5 (14 Downloads)

Synopsis Perl for Oracle DBAs by : Andy Duncan

Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you're responsible for Oracle9i, Oracle8i, or earlier databases, you'll find Perl an invaluable addition to your database administration arsenal.You don't need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides a wealth of ready-to-use scripts developed especially for Oracle DBAs, and suggests many resources for further exploration. The book covers: The Perl language -- an introduction to Perl, its rich history and culture, and its extensive text processing and data transformation capabilities. The Perl/Oracle architecture -- Detailed information about Perl DBI, DBD::Oracle, the Oracle Call Interface (OCI), Oracle::OCI, extproc_perl, and mod_perl, the modules that allow Perl programs to communicate with Oracle databases. Perl applications for Oracle DBAs -- Profiles of the best Perl open source applications available for use and customization by Oracle DBAs: Perl/Tk, OraExplain, StatsView, Orac, DDL::Oracle, SchemaDiff, Senora, DBD::Chart, SchemaView-Plus, Oracletool, Karma, Embperl, and Mason. The Perl Database Administration (PDBA) Toolkit -- a comprehensive suite of specialized, ready-to-use scripts designed to help Oracle DBAs perform both routine and special-purpose administrative tasks: monitoring the Oracle alert log and databases, creating and managing Oracle user accounts, maintaining indexes and extents, extracting DDL and data, troubleshooting and tuning database problems, and much more. The book also explains how Oracle DBAs and developers can extend the toolkit and solve their own database administration problems using Perl.

Beginning Perl Web Development

Beginning Perl Web Development
Author :
Publisher : Apress
Total Pages : 361
Release :
ISBN-10 : 9781430200895
ISBN-13 : 1430200898
Rating : 4/5 (95 Downloads)

Synopsis Beginning Perl Web Development by : Steve Suehring

* Avoids proof-of-concept examples in favor of teaching readers how to produce well-coded secure CGI applications that will stand up to the demands of being placed into the potentially hostile environment of the Internet. * Takes a holistic approach to web application development and includes instruction on how to use ancillary programs such as Mason and Nagios that the reader will need to be familiar with in order to progress. * The book’s comprehensive scope tackles all the areas of Perl web application development the reader is likely to need in creating their first web applications.

Learning Perl

Learning Perl
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 389
Release :
ISBN-10 : 9781449303587
ISBN-13 : 1449303587
Rating : 4/5 (87 Downloads)

Synopsis Learning Perl by : Randal Schwartz

The sixth edition of this bestselling Perl tutorial includes recent changes to the language. Years of classroom testing and experience helped shape the book's pace and scope, and this edition is packed with exercises that let readers practice the concepts while they follow the text.

Writing Apache Modules with Perl and C

Writing Apache Modules with Perl and C
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 756
Release :
ISBN-10 : 156592567X
ISBN-13 : 9781565925670
Rating : 4/5 (7X Downloads)

Synopsis Writing Apache Modules with Perl and C by : Lincoln Stein

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.

Core Perl

Core Perl
Author :
Publisher : Prentice Hall
Total Pages : 596
Release :
ISBN-10 : UCSC:32106016954510
ISBN-13 :
Rating : 4/5 (10 Downloads)

Synopsis Core Perl by : Reuven Lerner

PLEASE PROVIDE COURSE INFORMATION PLEASE PROVIDE