Suche books:   



Perl by Example (4th Edition) (By Example)
Ellie Quigley

Prentice Hall PTR, 2007 - 1008 pages

average customer review:based on 38 reviews
view larger image
 for more information click here

   highly recommended  highly recommended



This is an excellent Perl book for beginners

This is a very complete book if you want to learn and start to implement Perl. While Perl is not the be all/end all language, it is very much fun to use, especially in the UNIX world where you find the limitations of all the various shells limiting. Perl can get you going, and you can continue to learn more and more (such as object-oriented Perl) as you grow and evolve.

But this book is really good for beginners. While the examples are simple (as they SHOULD BE in a learning environment) each example line is explained in great gory detail. None of these "Hey, look at what I can distract you with while trying to teach you this simple example" or some authors involved and crazy "Case Study"; these examples are easy to assimilate. It is up to the reader to put the concepts together to make a coherant program (and Perl is a very forgiving language, making it great for beginning programmers).

When I was teaching Perl for collegiate newbies, this was my book of choice. The students would actually visualize some program, and this book would show them how the pieces worked. So the students just put them together and away they went. A lot of other Perl books fall very short in this aspect. Of the dozens of Perl books I own, this is one to read if you want to start with Perl.




 for more information click here


One fo the better books I have run across on Perl.

Good straight forward examples... most show the input, the code and the output produced by the code. You need only understand the logic of programming... the book fills in the rest you need to know. I have six or seven books on Perl but always reach for this or The Little Black Book for syntax and examples. Invest in a good editor designed for Perl programming like OptiPerl [with syntax checking and debugger] and you will be well on your way!









 for more information click here


Good, but examles are too simple

I use the Perl language daily (and I love it). I own several of Ellie's books and have taken classes from her in Silicon Valley. The books are clear, the index is excellent, but the examples are too simple. Many examples use input typed in from the keyboard (instead of reading in input from a file). Business applications/corporate applications usually read in input from a file.


 for more information click here






well suited for beginners

[A review of the 4th Edition, that came out in late 2007.]

One way to learn is to learn by example. Quigley follows this precept in this massive book on Perl. Candidly, there are far slimmer books that describe the syntax of Perl. Typically, these have a few didactic examples. For some people, that suffices. But you might be a newbie to any type of programming. Or perhaps you want a grab bag of many example programs, to search thru in case you can find one to quickly adapt to your needs. In this case, Quigley's book might be well suited.

The examples are easy to grasp. Accompanied by exhaustive supporting text. It doesn't get simpler than this. In some ways, this led to complaints in reviews of earlier editions. A few other reviewers saw the examples as perhaps too trivial. Well they are, to experienced programmers. Newcomers need more support.

The book also goes into an important usage context. Where you combine Perl scripts with CGI to write dynamic web pages. But beware. The book doesn't really discuss on first principles whether you should use this Perl/CGI combination. CGI has been found to be rather cumbersome for dynamic pages. Programmers tend to favour other methods, like JSP [Java Server Pages] and ASP.


 for more information click here


Perl by Example

Clealy written, and in terms I believe are easily understood by programmers.
Also, wonderful price! (under $2.00)


reviews: page 1, 2, 3, 4, 5, 6, 7, 8



?I picked up a copy of JavaScript by Example over the weekend and wanted to thank you for putting out a book that makes JavaScript easy to understand. I?ve been a developer for several years now and JS has always been the ?monster under the bed,? so to speak. Your book has answered a lot of questions I?ve had about the inner workings of JS but was afraid to ask. Now all I need is a book that covers Ajax and Coldfusion. Thanks again for putting together an outstanding book.?

?Chris Gomez, Web services manager, Zunch Worldwide, Inc.


?I have been reading your UNIX® Shells by Example book, and I must say, it is brilliant. Most other books do not cover all the shells, and when you have to constantly work in an organization that uses tcsh, bash, and korn, it can become very difficult. However, your book has been indispensable to me in learning the various shells and the differences between them?so I thought I?d email you, just to let you know what a great job you have done!?

?Farogh-Ahmed Usmani, B.Sc. (Honors), M.Sc., DIC, project consultant (Billing Solutions), Comverse


?I have been learning Perl for about two months now; I have a little shell scripting experience but that is it. I first started with Learning Perl by O?Reilly. Good book but lacking on the examples. I then went to Programming Perl by Larry Wall, a great book for intermediate to advanced, didn?t help me much beginning Perl. I then picked up Perl by Example, Third Edition?this book is a superb, well-written programming book. I have read many computer books and this definitely ranks in the top two, in my opinion. The examples are excellent. The author shows you the code, the output of each line, and then explains each line in every example.?

?Dan Patterson, software engineer, GuideWorks, LLC


?Ellie Quigley has written an outstanding introduction to Perl, which I used to learn the language from scratch. All one has to do is work through her examples, putz around with them, and before long, you?re relatively proficient at using the language. Even though I?ve graduated to using Programming Perl by Wall et al., I still find Quigley?s book a most useful reference.?

?Casey Machula, support systems analyst, Northern Arizona University, College of Health and Human Services


?When I look at my bookshelf, I see eleven books on Perl programming. Perl by Example, Third Edition, isn?t on the shelf; it sits on my desk, where I use it almost daily. When I bought my copy I had not programmed in several years and my programming was mostly in COBOL so I was a rank beginner at Perl. I had at that time purchased several popular books on Perl but nothing that really put it together for me. I am still no pro, but my book has many dog-eared pages and each one is a lesson I have learned and will certainly remember. ?I still think it is the best Perl book on the market for anyone from a beginner to a seasoned programmer using Perl almost daily.?

?Bill Maples, network design tools and automations analyst, Fidelity National Information Services


?We are rewriting our intro to OS scripting course and selected your text for the course. It?s an exceptional book. The last time we considered it was a few years ago (second edition). The debugging and system administrator chapters at the end nailed it for us.?

?Jim Leone, Ph.D., professor and chair, Information Technology, Rochester Institute of Technology


?Quigley?s book acknowledges a major usage of PHP. To write some kind of front end user interface program that hooks to a back end MySQL database. Both are free and open source, and the combination has proved popular. Especially where the front end involves making an HTML web page with embedded PHP commands. ?Not every example involves both PHP and MySQL. Though all examples have PHP. Many demonstrate how to use PHP inside an HTML file. Like writing user-defined functions, or nesting functions. Or making or using function libraries. The functions are a key idea in PHP, that take you beyond the elementary syntax. Functions also let you gainfully use code by other PHP programmers. Important if you are part of a coding group that has to divide up the programming effort in some manner.?

?Dr. Wes Boudville, CTO, Metaswarm Inc.


The World?s Easiest Perl Tutorial?Fully Updated!


Perl by Example, Fourth Edition, is the easiest, most hands-on way to learn Perl. Legendary Silicon Valley programming instructor Ellie Quigley has thoroughly updated her classic to deliver the skills and information today?s Perl users need most?including all-new coverage of MySQL database programming and a Perl QuickStart designed to get experienced users up and running fast.


Quigley illuminates every technique with focused, classroom-tested code examples, detailed line-by-line explanations, and real program output. This exceptionally clear, easy-to-understand book takes you from your first Perl script to database-driven applications. It?s the only Perl book you?ll ever need!


New in this edition:

Perl programming QuickStart: makes first-time Perl programmers productive in just twenty pages

All-new chapter on using the Perl DBI with the MySQL database?plus an easy SQL primer to quickly get you started programming any database

New introductions to Perl in biology (bioinformatics) and to mod_perl, a Perl interpreter embedded in the Apache server, which allows you to create fast, dynamic content; manage the Apache server; authenticate users; and much more

Completely updated:

Includes many new and completely rewritten code examples

Contains fully revised CGI coverage for building dynamic Web sites with Perl

Covers modern Perl 5.8 concepts and principles?and provides a great foundation for Perl 6

More than 30,000 sysadmins, power users, and developers have used previous editions of Perl by Example

to become expert Perl programmers. With Perl by Example, Fourth Edition, you can, too?even if you?re

completely new to Perl. After you?ve become an expert, you?ll turn to this book constantly as the best

source for reliable answers, solutions, and code.


About the CD-ROM:

The CD-ROM includes all code and files for this book?s hundreds of example scripts.




 for more information click here



hot or not?    What's your opinion?     Write a review and share your thoughts!





example

Alphabet Juice: The Energies, Gists, and Spirits of Letters, Words, ...
Criminal Law Examples & Explanations, 4e (Examples & Explanations)
Contracts Examples & Explanations
Algebra 1: Practice Workbook With Examples
Evidence Examples & Explanations, 6e (Examples & Explanations)



edition

Harry Potter and the Philosopher's Stone Japanese Edition
Three Cups of Tea: One Man's Mission to Fight Terrorism and Build ...
Taking Charge of Your Fertility, 10th Anniversary Edition: The ...
Left to Tell: Discovering God Amidst the Rwandan Holocaust
The Revolution



perl

jQuery in Action
Perl Core Language Little Black Book, Second Edition
The Ruby Programming Language
Road Map to Holland: How I Found My Way Through My Son's First Two ...
Network Programming with Perl



search for books
perl by example, 4th, edition, example, perl


Impressum / about us


Suche books: