Embedding Perl in HTML with Mason and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
Embedding Perl in HTML with Mason
 
 
Start reading Embedding Perl in HTML with Mason on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Embedding Perl in HTML with Mason [Paperback]

Dave Rolsky , Ken Williams
3.0 out of 5 stars  See all reviews (2 customer reviews)
RRP: £26.99
Price: £19.53 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £7.46 (28%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £14.58  
Paperback £19.53  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 320 pages
  • Publisher: O'Reilly Media; 1 edition (23 Oct 2002)
  • Language French
  • ISBN-10: 0596002254
  • ISBN-13: 978-0596002251
  • Product Dimensions: 17.8 x 1.9 x 23.3 cm
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 558,651 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Dave Rolsky
Discover books, learn about writers, and more.

Visit Amazon's Dave Rolsky Page

Product Description

Product Description

Mason doesn't aim to be the one true Perl-based templating system for building web sites, but it's led many programmers to abandon their custom solutions when they've seen how much easier using Mason can be. It's a powerful, open source, Perl-based web site development and delivery engine, with features that make it an ideal backend for high load sites serving dynamic content. Mason uses a concept called components: a mix of HTML, Perl, and special Mason commands. These components can be entire web pages, or bits of HTML that can be embedded in top-level components. Shared and reusable, these components greatly simplify site maintenance: when you change a shared component, you instantly change all pages that refer to it.

Although using Mason isn't difficult, creating a Mason-based site can be tricky. Embedding Perl in HTML with Mason, written by members of Mason's core development team, shows you how to take advantage of Mason's strengths while avoiding the obstacles that inexperienced users may encounter. Mason's unique features, when used properly, can streamline the design of a web site or application. This concise book covers these features from several angles, and includes a study of the authors' sample site where these features are used.

Embedding Perl in HTML with Mason shows you how to create large, complex, dynamically driven web sites that look good and are a snap to maintain. You'll learn how to visualize multiple Mason-based solutions to any given problem and select among them. The book covers the latest line of Mason development 1.1x, which has many new features, including line number reporting based on source files, sub-requests, and easier use as a CGI. The only book to cover this important tool, Embedding Perl in HTML with Mason is essential reading for any Perl programmer who wants to simplify web site design. Learn how to use Mason, and you'll spend more time making things work, and less time reinventing the wheel.

About the Author

is a programmer, author, and activist with a background in music composition and an obsession with Hong Kong films and the works of author Gene Wolfe. He has been actively developing Free (Perl) Software for several years and is a member of the Mason core development team. For more information about Embedding Perl in HTML with Mason please visit www.masonbook.com, a web site maintained by the authors where additional information and downloadable source code are available.

is a researcher in Document Categorization at the University of Sydney in Australia. He has written many Perl modules of varying utility, about 20 of which are available on CPAN. Like co-author Dave Rolsky, Ken is a member of the HTML::Mason core development team. His educational background is in mathematics and music. For more information about Embedding Perl in HTML with Mason please visit www.masonbook.com, a web site maintained by the authors where additional information and downloadable source code are available.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Customer Reviews

4 star
0
3 star
0
2 star
0
Most Helpful Customer Reviews
3 of 4 people found the following review helpful
Misses the point 22 July 2003
By bookrunner VINE™ VOICE
Format:Paperback
I'm an experienced programmer and web developer and a great fan of the O'Reilly series, so I picked up this book expecting good things. Unfortunately, I was disappointed.

The book's structure and style do not provide a useful introduction to Mason for the beginner, nor is the book an easy-to-use reference when starting out; rather than helping inexperienced users avoid obstacles, it actually presents more. Unravelling the book is the greatest task I've faced yet in learning Perl and Mason. One particular problem I encountered was the introduction of seemingly random syntax and phrases (and standards) which are only explained four chapters later; the "cook-book quick start" approach is unfriendly, and confusing. Unnecessary complexity abounds from the very first pages, and the examples are bizarre and stumbling.

Overall, while this book might be a useful reference (a la Nutshell) for people who already know Mason, it completely failes to deliver on what it should; a comprehensive, easy-to-follow introduction for developers new to the subject.

A useful book if you know Mason, but otherwise only buy it if you like the pretty aqua colour of the spine.

Comment | 
Was this review helpful to you?
2 of 3 people found the following review helpful
By N. Gazi
Format:Paperback
I am surprised that the previous review has gone unchallenged for so long. Mason is an wonderful piece of software that is used by intelligent programemers to deliver large yet elegant web solutions (for example, amazon.com uses mason). This book, written by the creators of Mason, book is a perfect introduction and reference.

I have been using Mason professionaly for three years, and this is the only book I ever needed. Mason has a thriving community and pretty much all of them would agree.

Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  10 reviews
12 of 12 people found the following review helpful
Get me to the edge.... 11 Dec 2002
By "superbimo" - Published on Amazon.com
Format:Paperback
I am using Mason for about a year. Then I saw the Mason book. My first tought was: "Why should I buy a book about Mason - The online documentation is excellent...?".

But even the introduction chapters of this book gives you new ideas how to get things done. Starting with the second half of chapter 4 every Masonsite developer should take a close look. He will find a in deep discussion about every Mason feature - and more (e.g. The Bricolage-CMS-Appendix).

I my opinion there is no discussion "to buy or not to buy" this book. The only question is "when".

On the one hand this book can be a bit boring for "new" Mason user and as mentioned before the online documentation is very good. On the other hand if you have your first mason-site done and read this book you will have very likely the urgent desire to rewrite some code.

But this is a common perl problem: "There are many ways to get things done."

I dislike the "Example" chapter. One of the big advantages of Mason is the possibility to seperate perl-code and HTML. This ist not very well done within the example-site.

Conclusion: This book is not needed to get in touch with Mason althought usefull - but if you are really starting to deploy a site I strongly recommend this book.

4 of 4 people found the following review helpful
Essential for every Mason user 5 Dec 2002
By Tobias Kremer - Published on Amazon.com
Format:Paperback
As a longtime mason user (2 years, private and commercial use) I didn't have to think about buying this book. Dave Rolsky and Ken Williams, both core developers, introduce you to the concepts behind HTML::Mason and its many features which really make the life of a web developer way easier.... Even if you're already familiar with mason this book will serve you as an excellent reference. If you haven't heard of mason yet and you're into web development and Perl is your language of choice you should also definitely have a look at this book and mason in general.
4 of 4 people found the following review helpful
An excellent book 5 Dec 2002
By A Customer - Published on Amazon.com
Format:Paperback
From the standpoint of a person who knows Perl and Apache pretty well, I have to say this book is all I needed to get going with HTML::Mason. There are excellent online docs for Mason, there are places Mason fits better (and worse), and there are viable alternatives to Mason. This book covers that ground right off the bat, and I like that.

I was able to configure a couple servers, write up some test components, throw together some quick admin tools, and remake a custom database web app in a very short time using Mason and this book. It may not be for you if you are new to Perl or Apache, but I think Amazon has a wide selection of books available on both of these topics. Buy 'em, read 'em, then get this one.

I highly recommend it.

Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges