Perl Template Toolkit
Title | Perl Template Toolkit PDF eBook |
Author | Darren Chamberlain |
Publisher | "O'Reilly Media, Inc." |
Pages | 593 |
Release | 2003-12-23 |
Genre | Computers |
ISBN | 144931323X |
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.
Embedding Perl in HTML with Mason
Title | Embedding Perl in HTML with Mason PDF eBook |
Author | Dave Rolsky |
Publisher | "O'Reilly Media, Inc." |
Pages | 318 |
Release | 2002-10-16 |
Genre | Computers |
ISBN | 0596002254 |
This is the first book to introduce Mason, an open source Perl-based platformwith template elements.
Practical Mod_perl
Title | Practical Mod_perl PDF eBook |
Author | Stas Bekman |
Publisher | "O'Reilly Media, Inc." |
Pages | 924 |
Release | 2003 |
Genre | Computers |
ISBN | 0596002270 |
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.
Mastering Perl
Title | Mastering Perl PDF eBook |
Author | brian d foy |
Publisher | "O'Reilly Media, Inc." |
Pages | 397 |
Release | 2014-01-09 |
Genre | Computers |
ISBN | 1449364977 |
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
Advanced Perl Programming
Title | Advanced Perl Programming PDF eBook |
Author | Sriram Srinivasan |
Publisher | "O'Reilly Media, Inc." |
Pages | 444 |
Release | 1997 |
Genre | Computers |
ISBN | 9781565922204 |
Covers advanced features of Perl, how the Perl interpreter works, and presents areas of modern computing technology such as networking, user interfaces, persistence, and code generation.
MySQL and Perl for the Web
Title | MySQL and Perl for the Web PDF eBook |
Author | Paul DuBois |
Publisher | Sams Publishing |
Pages | 550 |
Release | 2001 |
Genre | Computers |
ISBN | 9780735710542 |
MySQL and Perl for the Web provides a much-needed handbook for database and Web developers seeking an extensive and detailed guide for using the combination of MySQL and Perl to build dynamic and interactive database-backed Web sites. It shows how to use Perl's DBI database access module, pairing it with with the CGI.pm module that allows Web pages and forms to be generated and processed easily. These tools provide developers with a solid foundation for creating applications that incorporate database content to create dynamic, up-to-date Web sites. The book employs a practical learn-by-doing approach that demonstrates development techniques by building complete applications, not just fragmentary pieces. It shows what to do at each step of the way during the process of building live, working examples. Applications are fully explained so you can understand how they work and apply the techniques they illustrate to your own projects.
Beginning Perl Web Development
Title | Beginning Perl Web Development PDF eBook |
Author | Steve Suehring |
Publisher | Apress |
Pages | 361 |
Release | 2006-11-22 |
Genre | Computers |
ISBN | 1430200898 |
* 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.