ASPit - Totally ASP
Search PHPit

Use this textbox to search all the content on PHPit. Seperate keywords with a space.

Advertisements
Partners
  • Movie posters
  • Tsjekkia
  • Domain Name
  • Nursing Homes
  • Bankruptcy

Effective Perl Programming: Writing Better Programs With Perl

Medium Thumbnail

Book Details

Availability: Usually ships in 24 hours
List Price: $34.95
Our Price: $23.07
You Save: $11.88 (34%)

Buy through Amazon.com

Spotlight Customer Reviews

Average Customer Rating: 4.81

Customer Rating: 4
Summary: Write more perl-ish perl
Comment: I started writing perl around ten years ago, and at the time my perl looked a lot like the c code I wrote in 1990.. or the FORTRAN code I wrote in 1975! And so it was for many years.

But this book, more than any other, helped turn me into an actual perl programmer. It covers the basics- things like 'use "$_" implcitly whenever possible, but don't refer to it explicitly if you don't have to'. There's a good description of slurp mode. And it covers those neat little tricks, like using:

($a,$b)[$a<$b]

to return the greater of two scalars.

It's not a book for the absolute beginner. But once you've written a few programs and start wondering why your perl doesn't look like that written by the perl gurus, this is the book to get.

Customer Rating: 4
Summary: Well written, useful guide for beginners and intermediates
Comment: Effective Perl Programming is a concise, well written guide that is packed with useful Perl tips. The book is a series of "Items" (in the same style as Effective C++) that are each a tip about how to use Perl. Each tip is accompanied by a detailed description that discusses the pros and cons or each tip and several examples. The tips are then arranged into sections such as "Regular Expressions" and "Object Oriented Programming". In a relatively small book the authors manage to present an enormous amount of helpful information.

This book is a worthwhile purchase if you are a new or intermediate Perl developer. The tips presented here will really help improve your code. However, if you have been working with Perl for a while then this book isn't worth the money. There might be a tip or two that you don't know, but chances are you know most of what is presented.

Customer Rating: 5
Summary: excellent
Comment: As a previous reviewer said, this isn't a book for advanced perl programmers. For intermediate users, however, it is excellent. No time wasted covering the perl basics, just lots of useful tips and hacks