Amazon.com: Perl for Dummies (Second Edition) (0785555504608): Paul Hoffman: Books
Perl For Dummies and over one million other books are available for Amazon Kindle. Learn more

Kindle Edition
 
   
Have one to sell? Sell yours here
Perl for Dummies (Second Edition)
 
 
Start reading Perl For Dummies on your Kindle in under a minute.

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

Perl for Dummies (Second Edition) [Paperback]

Paul Hoffman (Author)
3.8 out of 5 stars  See all reviews (41 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Kindle Edition $13.74  
Paperback $18.24  
Paperback, November 27, 1998 --  
There is a newer edition of this item:
Perl for Dummies (Fourth Edition) Perl for Dummies (Fourth Edition) 3.8 out of 5 stars (41)
$18.24
In Stock.

Book Description

November 27, 1998 --for Dummies
Perl 5 For Dummies helped non-programmers build their own scripts and programs with Perl without having to labor over the language's intricacies. Perl For Dummies, 2nd Edition, carries on this mission with an eye on the latest updates to the popular scripting language. The most notable update is the ability of Peri to integrate XML with existing Web data and update it to the newest Web standard. Along with information on incorporating Peri with XML, author Paul Hoffman also introduces readers to installing Perl on several platforms, reading a program, and creating a program using text, numbers, lists, and conditionals. Perl For Dummies, 2nd Edition, also helps readers build and manage files and directories, work with Perl-based databases, and use Perl as a gateway to the Internet.

The CD included with this book contains the CPAN (Comprehensive Perl Archive Network) library, a freely distributed archive which includes the Perl program as well as documentation on Perl programming from other experts and Perl modules that can be used when programming.


Customers Who Bought This Item Also Bought


Editorial Reviews

Amazon.com Review

The standard for Perl books is, of course, Perl founder Larry Wall's Programming Perl. But every journey requires a first step, and the assumption that everyone interested in learning Perl has a programmer's background can make other Perl books inaccessible to the absolute beginner. Enter Perl for Dummies, a book that presumes that the reader wants to know only how to master the mechanics of Perl.

Just because it starts at the beginning--and we're talking about the very basics--doesn't mean that Perl for Dummies doesn't head into more advanced topics. Paul Hoffman explains the programming terminology and mathematical concepts that programming in Perl requires. He also moves beyond basic file manipulation, discussing pattern matching and using regular expressions. He touches on good Perl style, as well as object-oriented Perl.

He's not averse to criticizing what he perceives as Perl's shortcomings, but he also counters with a section called "10 Reasons Why Perl Is Better Than Java." Hoffman takes great pride in demystifying Perl--a goal that fits in well with Larry Wall's own philosophy of promoting Perl's accessibility. As a way into the "duct tape" programming language, Perl for Dummies fulfills its mission. --Jennifer Buckendorff

Review

* Recommended by Editor, John Joyce for learning PERL(page 10). -- Scientific Computing and Instrumentation, Sept. 2000

Product Details

  • Paperback: 408 pages
  • Publisher: Hungry Minds Inc; 2nd edition (November 27, 1998)
  • Language: English
  • ISBN-10: 0764504606
  • ISBN-13: 978-0764504600
  • Product Dimensions: 9.2 x 7.4 x 1.1 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (41 customer reviews)
  • Amazon Best Sellers Rank: #3,386,191 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

41 Reviews
5 star:
 (18)
4 star:
 (8)
3 star:
 (7)
2 star:
 (3)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (41 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

65 of 74 people found the following review helpful:
1.0 out of 5 stars Excerpt from "The Perl Jounal", November 26, 2000
By 
Ashley (Ang Mo Kio, Singapore) - See all my reviews
I am copying an excerpt from "The Perl Journal" review of this book.

__START__

Summary: This is a really rotten book. Very few books are able to attain as many as eight major flaws:

1. 'Dummy' approach encourages and reinforces the reader's disability

2. Lack of concrete programming examples

3. Lack of general discussion of how to program, apart from language-specific features

4. Reference manual organization style

5. Inclusion of too many useless and abstruse features

6. Complicated explanations where simple ones are possible

7. Scaremongering and panic instead of calm explanation of affairs

8. Many, many technical errors, some very serious

__END__

I taught myself Perl with little programming background (BASIC, 20 years ago). I started 1 1/2 years ago and am now using it daily as a web developer and data analyst.

Learning Perl from the books and resources out there is *extremely* difficult. There were many times I could've saved 3 weeks of hammering on a script if a perl guru had said, "Hey, list context just means the function wants a list, like an array or hash." I understand very well that the O'Reilly books are godawful for a beginner b/c that's where I started and suffered long from every explanation that said simply, "It's just like in C, so we won't explain it." That said, the books are pretty terrific once you're at a level to absorb them, but steer clear before then, unless you already know everything that POSIX means.

It might be tempting to pick up this book b/c there are pretty much no Perl books for those who haven't coded already. You should consider "The Elements of Perl" instead of this one. It's a better start for beginners and a wonderful way to start to understand Perl, its idioms, its culture, and how to program well. There is also "The Perl Black Book" which is a much better overview of the Perl than any single O'Reilly book, though the author isn't a guru, he's a good writer and tackles everything from the basics to advanced stuff with lots of examples and a CD with all the code.

Perl is wonderful, so please do pick up a book, just not this one.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


17 of 19 people found the following review helpful:
4.0 out of 5 stars A very good place to start, April 20, 2001
For those who frown upon Dummies books, you should ease up a bit and give this one some serious thought. Perl for Dummies is strictly for beginners. When I say beginners, I mean people with absolutely no programming experience in any language. I compared this book to Learning Perl and found that Learning Perl is written primarily for seasoned non-Perl programmers who are trying to learn Perl for the first time. If you are like me, with no programming know how, this is a more appropriate beginning. It explains such simplicities as scalars, arrays, adding and removing list elements, conditionals, etc. It even goes (lightly) into CGI and regular expressions. It does so in a language which understands that the reader is a "dummy" when it comes to programming and most importantly, it keeps it simple. Simplicity is the primary teaching strategy when dealing with a topic at the novice level, and Perl for Dummies does this well. The weakness of this book is that it does not do a good job of teaching you how to install Perl from the CD provided. In fact, the instructions provided were downright wrong. I had to ask a Perl programmer how to install and run Perl programs on my Windows 98 system. Another weakness, if you can call it that with a book at this level, is that it lacks program examples which would allow me to see what exactly can Perl do in the real world, such as system administration in a UNIX environment. I recommend this book as the starting point, with Learning Perl and Elements of Programming Perl as your next logical step. After you have mastered these books should you go on the Programming Perl and the Perl Cookbook.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


22 of 26 people found the following review helpful:
4.0 out of 5 stars A great place to start in Perl., February 26, 2000
By A Customer
This review is from: Perl for Dummies (Second Edition) (Paperback)
As always, you have to be very careful with the 'Dummies' line of programming books, as most of them turn out to be terrible. This one however, is terrific. It did a great job of simplifying the sometimes arcane syntax of Perl, and explaining (at least at a beginner level) how some of the Perl features differ on Unix systems and Win32 systems, and even on Mac systems.

No, the book won't teach you everything; a Dummies book shouldn't be held up to that. When I was done with this one, I moved into the O'Reilly books to go further with Perl. This book will get you going in Perl much better than the O'Reilly Perl books of fame ('Learning Perl' and 'Programming Perl'), though. Popular opinion says everyone should be able to learn Perl from scratch from the O'Reilly books and that's just not true. They are colder, more rigid texts that will do fine when one is more advanced with Perl.

I've only come across a couple of great 'Dummies' programming books, and this is one of them ('Active Server Pages for Dummies' was the other). Get over yourself - you're not too cool for a Dummies book. Buy this one.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
First Sentence:
Many people want to know exactly what makes their computer programs tick. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
file input operator, standard file input, employee database application, multidimensional lists, standard file output, scalar context, following program prints, backtick operator, chomp function, print join, associative array, aliases for the name, list context, position keeper, file handle, null list, new subroutine, special variables, undefined value, array context
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Larry Wall, New York, Books Worldwide, After Perl, Beg Your Pardon, Controlling Your Computer, Getting Started, Modifier Description, Syntax Check
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(30)

Your tags: Add your first tag
 

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject