• Complain

Cross Dave Chamberlain Darren Wardley Andy - Perl Template Toolkit

Here you can read online Cross Dave Chamberlain Darren Wardley Andy - Perl Template Toolkit full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Sebastopol, year: 2011, publisher: OReilly Media, Inc, genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover

Perl Template Toolkit: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Perl Template Toolkit" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

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. Read more...
Abstract: 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

Cross Dave Chamberlain Darren Wardley Andy: author's other books


Who wrote Perl Template Toolkit? Find out the surname, the name of the author of the book and a list of all author's works by series.

Perl Template Toolkit — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Perl Template Toolkit" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Perl Template Toolkit
Darren Chamberlain
Dave Cross
Andy Wardley
Editor
Tatiana Apandi
Editor
Nathan Torkington

Copyright 2011 O'Reilly Media, Inc.

SPECIAL OFFER Upgrade this ebook with OReilly for more information on this - photo 1


SPECIAL OFFER: Upgrade this ebook with OReilly

for more information on this offer!

Please note that upgrade offers are not available from sample content.

A Note Regarding Supplemental Files

Supplemental files and examples for this book can be found at http://examples.oreilly.com/9780596004767/. Please use a standard desktop web browser to access these files, as they may not be accessible from all ereader devices.

All code files or examples referenced in the book will be available online. For physical books that ship with an accompanying disc, whenever possible, weve posted all CD/DVD content. Note that while we provide as much of the media content as we are able via free download, we are sometimes limited by licensing restrictions. Please direct any questions or concerns to .

Preface

Perl Template Toolkit is an introduction tothe Template Toolkit. The Template Toolkit is most often used in thecreation of web sites, but it can be used as a general textmanipulation tool. It is a presentation management system that allowsyou to separate aspects of presentation from the rest of anapplication, in the same way that a database allows you to separatestorage concerns.

The information in this book is based on Version 2.10 of the TemplateToolkit, released in July 2003. The Template Toolkit will continue toevolve. Apart from bug fixes and minor updates, the Version 2.*branch will remain pretty much the same as it is now.

Version 3, expected sometime in 2004, will include new features andsome changes to the internal architecture. However, it is animportant requirement that new versions of the Template Toolkit arebackward-compatible with previous versions wherever possible.Although the Template Toolkit may change in some subtle ways, thebasic principles, syntax, and style are here to stay.

Audience

This book should be useful to anyone building and maintaining websites or other complex content systems. No prior knowledge of Perl,the Template Toolkit, or HTML is required to apply the basictechniques taught in this book. Some of the more advanced topicsrequire some degree of familiarity with the Perl programminglanguage. Readers who understand the basic language constructs andidioms of Perl and who already know how to install and use Perlmodules will have no trouble integrating the Template Toolkit intotheir existing or new projects. Some chapters talk about morespecific application areas: HTML, web programming, XML, and SQL, forexample. Experience in these areas will make the benefits of theTemplate Toolkit more readily apparent, but isntrequired.

About this Book

This book is divided into 12 chapters and 1 appendix.

, Getting Started with the Template Toolkit , provides an introduction to theconcepts of template processing in general and to the TemplateToolkit in particular. It also covers how to install the TemplateToolkit on your system and gives a brief tutorial on its use so thatyou can check that installation is successful. In case itisnt, the chapter also includes pointers to othersources of information on the Template Toolkit.

, Building a Complete Web Site Using the Template Toolkit , is a tutorial on building a web siteusing the Template Toolkit. It gives a brief overview of many of thefeatures of the Template Toolkit that are covered in more detaillater in the book.

, The Template Language , begins our detailed look at theTemplate Toolkit. In this chapter, we look at the syntax of theTemplate Toolkits presentation language.

, Template Directives , covers the syntax and use of the manytemplating directives that can be used from the Template Toolkit.

, Filters , takes a look at filters. These areextensions to the Template Toolkit that allow you to filter your datain various ways before presenting it to your users. This chapterincludes a guide to the various standard filters that are includedwith the Template Toolkit distribution.

, Plugins , looks at the Template Toolkit plugins.Plugins are another way to extend the Template Toolkit by giving yourtemplates access to powerful external modules. This chapter includesa guide to the various standard plugins that are included with theTemplate Toolkit distribution.

, Anatomy of the Template Toolkit , looks under the covers of the TemplateToolkit and examines in some detail how it all works from the inside.

, Extending the Template Toolkit , covers ways to extend the TemplateToolkit by writing your own filters and plugins.

, Accessing Databases , looks in detail at writing templatesthat access data held in various different types of databases.

, XML , looks at using the Template Toolkit togenerate XML. It also covers reading XML documents and using theircontents from within your templates.

, Advanced Static Web Page Techniques , starts to put together everythingweve covered in the previous chapters and shows howto build a static web site using the Template Toolkit.

, Dynamic Web Content and Web Applications , extends the example of the previouschapter to add dynamic content to your web site.

, describes theconfiguration options for the Template Toolkit andApache::Template.

Conventions Used in This Book

The following typographical conventions are used throughout this book:

Constantwidth

Used for Perl code, Template Toolkit directives, HTML, and codeexamples.

Italic

Used for filenames, URLs, hostnames, first use of terms, and emphasis.

Tip

Indicates a tip, suggestion, or general note.

Warning

Indicates a warning or caution.

Comments and Questions

Please address comments and questions concerning this book to thepublisher:

OReilly & Associates, Inc.
1005 Gravenstein Highway North
Sebastopol, CA 95472
(800) 998-9938 (in the United States or Canada)
(707) 829-0515 (international/local)
(707) 829-0104 (fax)

There is a web page for this book, which lists errata, examples, orany additional information. You can access this page at:

http://www.oreilly.com/catalog/perltt

To comment on or ask technical questions about this book, send emailto:

For more information about books, conferences, software, ResourceCenters, and the OReilly Network, see theOReilly web site at:

http://www.oreilly.com
Acknowledgments

This book would not be possible without the contribution and supportof many individuals, including friends, family, and the hard-workingfolks at OReilly & Associates, Inc. All threeof us wish to thank our production team and, in particular, oureditor, Nathan Torkington, for his fine word wrangling and masterfulcat herding. We would also like to thank our technical reviewersChris Devers, Mark Fowler, Andrew Langmead, Martin Portman, and SimonMatthews for their detailed and insightful comments.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Perl Template Toolkit»

Look at similar books to Perl Template Toolkit. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Perl Template Toolkit»

Discussion, reviews of the book Perl Template Toolkit and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.