All Categories > Books

Perl for Web Site Management

Perl for Web Site Management

Star FullStar FullStar FullStar FullStar Half

(Paperback)-Checking links, batch editing HTML files, tracking users, and writing CGI scripts--these are the often tedious daily tasks that can be done much more easily with Perl, the scripting language that runs on almost all computing platforms. If you're more interested in streamlining your web activities than in learning a new programming language, Perl for Web Site Management is for you: it's not so much about learning Perl as it is about using Perl to do common web chores more efficiently. The secret is that, although becoming a Perl expert may be hard, most Perl scripts are relatively simple. Using Perl and other open source tools, you'll learn how to: Incorporate a simple search engine Write a simple CGI gateway Convert multiple text files into HTML Monitor log files Track users as they navigate your site Even if you don't have any programming background, this book will get you quickly past Perl's seemingly forbidding barrier of chops and chomps, execs and elsifs. You'll be able to put an end to using clunky tools, editing files tediously by hand, or relying on programmers and system administrators to do "the hard stuff" for you. Sure, you might learn a little bit about programming as well, and perhaps something about the role of open source tools on the Web. But the purpose of Perl for Web Site Management isn't to educate you--it's to empower you. Whether you're a developer, a designer, or simply a dabbler on the Web, this book is the plain-English, hands-on introduction to Perl you've been waiting for.
Read More
Email me when this price drops
SellerSeller RatingAdditional InfoList Price Tax & Shipping Total Price
Amazon

Star FullStar FullStar FullStar HalfStar Empty

In Stock

$26.56
Save 24%

Enter your Zip code to get the total price with tax and shipping:

You may also be interested in these products Store Price
kids best web sites

101 Best Web Sites For Kids

Brand new!Consumers Guide 101 Best Web Sites for Kids ISBN: 0-7853-3014-3 Sealed 101 of the most fun, educational and ... Read More

ebay

Star FullStar FullStar FullStar FullStar Empty

$15.99
kenneth cole site shoe

Kenneth Cole Mens Web Site Shoe (Brown)

Surf through the day in style wearing the Kenneth Cole New York Web Site loafers. Leather upper in a dress loafer style ... Read More

Shoes.com

Star FullStar FullStar FullStar FullStar Half

$177.00
zune expression web full

Microsoft Expression Web 3 Full

Microsoft Expression Web 3 gives you everything you need to create and maintain high quality, standards-based Web sites ... Read More

Microsoft Store

$149.95
sans digital mr8x

SANS DIGITAL MR8X RAID SAS (SFF8088) LCD BUILT-IN WEB MANAGEMENT RS232

SANS DIGITAL MR8X RAID SAS (SFF8088) LCD BUILT-IN WEB MANAGEMENT RS232 Read More

CompSource

Star FullStar FullStar FullStar FullStar Empty

$3,161.00
pc america portal services

Pc America PCA CRE Web Portal Services for 101-1000 Stores - 3-Year

Modify inventory and menu with web portal services from pcAmerica. This service is specially designed for clients to run ... Read More

Dell SMBTrusted Merchant

$1,300.99
sans digital mr8s

SANS DIGITAL MR8S SCSI U320 DAS SOLUTION SATA II LCD WEB MANAGEMENT RS232

SANS DIGITAL MR8S SCSI U320 DAS SOLUTION SATA II LCD WEB MANAGEMENT RS232 Read More

CompSource

Star FullStar FullStar FullStar FullStar Empty

$2,687.00
pc america portal services

Pc America PCA CRE Web Portal Services for 101-1000 Stores - 1 Year

Modify inventory and menu with web portal services from pcAmerica. This service is specially designed for clients to run ... Read More

Dell SMBTrusted Merchant

$465.99
taschen flash sites books

'web design: flash sites' by taschen books

'web design: flash sites' is part of the 'icons' series by taschen books. many of the web's most eye-popping sites are ... Read More

Unicahome

$9.99
zune expression web

Microsoft Expression Web 3 Upgrade

Microsoft Expression Web 3 gives you the tools you need to create and maintain high quality, standards-based Web sites ... Read More

Microsoft Store

$99.95
pc america portal services

Pc America PCA CRE Web Portal Services for 1-25 Stores - 1-Year

Modify inventory and menu with web portal services from pcAmerica. This service is specially designed for clients to run ... Read More

Dell SMBTrusted Merchant

$809.99

User Reviews for Perl for Web Site Management

Overall Rating: Star FullStar FullStar FullStar FullStar Half ( 5 reviews )
  1. Star FullStar FullStar FullStar FullStar Empty ( 1 of 1 found this review helpful ) Posted: Jul 30 2004

    As a very experienced programmer, and familiar with Perl already, but not CGI programming, I found this book to be useful for its coverage of the necessary aspects in preparing and managing a website. Callender provides a good example, he writes well, and covers a lot of material in the 21 chapters. The text correctly guides you through much of the arcana of developing CGIs with Perl. I will keep the book nearby as I prepare my own web site. However, throughout the time I was reading the book, I had a deep suspicion that the self-described target audience of "Accidental programmer" would find this book far too fast paced or insufficient in background material. I got a sense that this book preaches to the already-converted. True beginners or non-programmer web developers should first work through introductory texts such as "Learning Perl". Also, almost no discussion of debugging beyond a few early pages. An approach to debug some of the ambitious scripts presented would be useful. The basic treatment through most of the chapters is to present a scenario, provide an initial script, then discuss the elements line by line. Then improve on it, and present the new, more detailed script. This method of exposition struck me as very repetitious, with lots of pages filled with similar looking scripts--each one with the statement: "Like all the examples in this book, you can download it from the book's web site, ...". My opinion of how best to use the book is to identify a task that is similar to an example in the book, and try to work through it on your own. Have the book and example source code at hand for reference, along with a copy of "Learning Perl", "Programming Perl", "Official Guide to Programming with CGI.pm", and/or the "Perl Cookbook". Useful insights I got from the book: 1. Use the perldoc pages for in depth explanation of perl functions and concepts. 2. How to use the regex substitution operator with matching brackets and expressions (i.e. the s{ pattern }{ code; }gex form) 3. Nice how-to-do-it section on basic http authentication and a form-based registration system.

  2. Star FullStar FullStar FullStar FullStar Full ( 29 of 29 found this review helpful ) Posted: Jul 19 2002

    First things first. This isn't the book that I thought it was going to be. I was expecting to read a book that taught experienced programmers some Perl tricks that made it easier to manage a web site - something like a companion piece to O'Reilly's Perl for System Administration by David Blank-Edelman. Turns out that's not what this book is at all.Instead, it's an introduction to Perl for someone who runs a web site and decides that they need to take their computer knowledge to the next level and learn some programming skills. Callender calls these people "accidental programmers" and he is very understanding of their needs having been one himself only a few years ago.So immediately this book has a completely different target audience to the majority of O'Reilly's Perl books. It's competing against all the brightly coloured books with titles like Perl for Morons or Learn Perl in 30 Seconds. These books are, almost without exception, written by people with minimal Perl knowledge, to it should come as no surprise that Callender's book is vastly superior to all of them.The first major advantage that this book has is that it doesn't simply try to sell Perl as "the CGI language". Callender is at pains to point out that Perl can be useful for any number of other tasks involved in running a web site. Very early on we are looking at updating the links in an HTML file using regular expressions (and there's even a discussion on the fragility of this approach and pointers to better solutions using CPAN modules). A little later on we are looking at writing reports on web site hits by parsing the access logs. This is the kind of work that Perl excels at - the fact that you can you use the same language to write CGI programs as well should be seen as a bonus.As I mentioned before, Callender is not a programmer by training (this is sometimes obvious from his code examples) but he has obviously learned from good sources. He encourages all the good habits that are missing from most of his competitors books - all of his examples use -w and use strict and all of CGI programs are written using CGI.pm. There's even a far more detailed explaination of the importance of security and taint mode than I've seen in any book aimed at this audience. Another bonus is the discussion of the necessity and mechanics of file locking.Another topic that often missing from beginners books is the huge library of ready-written Perl modules called the CPAN. Many authors seem to think that this concept is beyond their audience and thereby many newcomers to Perl never discover this treasure chest and spend their entire programming life studiously reinventing wheels unnecessarily. Callender has no time for this point of view and in the middle of chapter 11 he has use downloading and installing modules from CPAN. This approach is bound to lead to more productive Perl programmers.I mentioned that Callender was himself an accidental programmer. This means that the chapters are full of anecdotes of the kind of problems he experienced when first starting to program in Perl. As well as learning about programming in general, Perl and CGI, most of the book's target audience will be Windows or Mac users who have no knowledge of Unix and, in most cases, that's the operating system that their web server will be running on. Once again, Callender has already made this journey and he proves to be a most able guide.So, all in all, I think this is a great book. If you're thinking that you need to learn some Perl in order to add CGI programs to your web site, then please consider this book before any of the other beginners Perl and CGI books. You'll end up with a much better understanding after reading this book. But this leads me to my only problem with the book. I'm really not convinced that the people who are in the target audience will pick up this book when they are browsing in a bookstore. I think that O'Reilly books are seen as being for experts and I also think that the title doesn't explain the contents of the book very well.I could, of course, be wrong. I hope I am.

  3. Star FullStar FullStar FullStar FullStar Full ( 3 of 6 found this review helpful ) Posted: Apr 15 2002

    The author does an excellent job of walking you through just some of the things you can do with Perl to automate web management.Very well written, enjoyable and easy to comprehend.

See all reviews...

See item at: Amazon: $26.56

Product Specs for Perl for Web Site Management

Author: John Callender
Format: Illustrated
Number Of Pages: 528
Category: Paperback
Brand: O'Reilly Media, Inc.
Dewey Decimal Number: 005.2762
Label: O'Reilly Media, Inc.
Manufacturer: O'Reilly Media, Inc.
Product Group: Book
Publication Date: 2001-10-15
Edition: 1
See item at: Amazon: $26.56

Users who viewed Perl for Web Site Management, also viewed:

Store reviews by Epinions Home

Shop for

search suggestions:

        Pocket Change

        Sign In | Create Account | My Pages

        Shopping Blog | About Become | Send Feedback | Share Your Success Story | Online Degrees | Exava

        Our International Sites: Japan | United Kingdom | Germany | Italy

        Copyright © 2009 Become, Inc.Terms of Use

        if yer hewmen, dawnt qlique dis linc